bpt/emacs.git
28 years ago(wait_reading_process_input): If select times out,
Richard M. Stallman [Thu, 1 Feb 1996 20:35:59 +0000 (20:35 +0000)]
(wait_reading_process_input): If select times out,
return only if we had no timers to shorten the wait.
Don't shorten the wait for timers if time_limit is -1.

28 years agoUpdate FSF address in comment.
Karl Heuer [Thu, 1 Feb 1996 18:44:05 +0000 (18:44 +0000)]
Update FSF address in comment.

28 years ago(Qcursor_in_echo_area): New variable.
Richard M. Stallman [Thu, 1 Feb 1996 16:10:41 +0000 (16:10 +0000)]
(Qcursor_in_echo_area): New variable.
(syms_of_fns): Set up Lisp var.
(Fy_or_n_p): Bind Qcursor_in_echo_area in case of nonlocal exit.

28 years ago(compilation-filter): Run compilation-filter-hook.
Richard M. Stallman [Thu, 1 Feb 1996 07:22:14 +0000 (07:22 +0000)]
(compilation-filter): Run compilation-filter-hook.

28 years ago(echo_now): Renamed from `echo'. All callers changed.
Richard M. Stallman [Thu, 1 Feb 1996 06:04:44 +0000 (06:04 +0000)]
(echo_now): Renamed from `echo'.  All callers changed.

28 years ago(make_lispy_event): Timer event is a list, not just cons.
Richard M. Stallman [Thu, 1 Feb 1996 06:01:15 +0000 (06:01 +0000)]
(make_lispy_event): Timer event is a list, not just cons.
(timer_check): When DO_IT_NOW is true, handle events by running
the definition of timer-event.  Don't get the current time if there
are no pending timers.  If an event was generated, return 0,
If all timers were handled, return -1.  Add gcpros.

(readable_events): Tell timer_check to execute events.

28 years ago(format-deannotate-region): Fixed bug that created
Richard M. Stallman [Thu, 1 Feb 1996 00:19:50 +0000 (00:19 +0000)]
(format-deannotate-region): Fixed bug that created
double marking of multi-annotation text-properties (eg, bold-italic).

28 years ago(synch_process_death, synch_process_retcode): Delete extra declaration.
Karl Heuer [Wed, 31 Jan 1996 22:36:08 +0000 (22:36 +0000)]
(synch_process_death, synch_process_retcode): Delete extra declaration.

28 years ago(LIB_X11_LIB): New definition.
Richard M. Stallman [Wed, 31 Jan 1996 21:01:16 +0000 (21:01 +0000)]
(LIB_X11_LIB): New definition.

28 years agoInitial revision
Richard M. Stallman [Wed, 31 Jan 1996 20:12:19 +0000 (20:12 +0000)]
Initial revision

28 years agoAdd support for A/UX
Ian Lance Taylor [Wed, 31 Jan 1996 19:14:05 +0000 (19:14 +0000)]
Add support for A/UX

28 years agoRecognize A/UX
Ian Lance Taylor [Wed, 31 Jan 1996 19:10:52 +0000 (19:10 +0000)]
Recognize A/UX

28 years ago(mode-line-format): Include column-number-mode.
Richard M. Stallman [Wed, 31 Jan 1996 19:04:04 +0000 (19:04 +0000)]
(mode-line-format): Include column-number-mode.

28 years ago(Fset_window_buffer): Set buffer temporarily around running
Richard M. Stallman [Wed, 31 Jan 1996 05:11:48 +0000 (05:11 +0000)]
(Fset_window_buffer): Set buffer temporarily around running
the window-scroll-functions.
(Fset_window_buffer_unwind): New function.
(window_initialized): New variable.
(init_window_once): Set it.

28 years ago(HAVE_TIMEVAL): Set explicitly to `no' if test fails.
Richard M. Stallman [Wed, 31 Jan 1996 02:23:25 +0000 (02:23 +0000)]
(HAVE_TIMEVAL): Set explicitly to `no' if test fails.

28 years ago(LIBS_SYSTEM): Use -linet unconditionally.
Karl Heuer [Tue, 30 Jan 1996 20:58:24 +0000 (20:58 +0000)]
(LIBS_SYSTEM): Use -linet unconditionally.

28 years ago(HAVE_SOCKETS): Moved here from s/isc4-1.h.
Karl Heuer [Tue, 30 Jan 1996 20:38:53 +0000 (20:38 +0000)]
(HAVE_SOCKETS): Moved here from s/isc4-1.h.
(NO_SOCKETS_IN_FILE_SYSTEM, NEED_NET_ERRNO_H): Likewise.
(LIBS_SYSTEM): Use -linet unconditionally.

28 years ago(HAVE_SOCKETS): Moved to s/isc2-2.h.
Karl Heuer [Tue, 30 Jan 1996 20:36:43 +0000 (20:36 +0000)]
(HAVE_SOCKETS): Moved to s/isc2-2.h.
(NO_SOCKETS_IN_FILE_SYSTEM, NEED_NET_ERRNO_H): Likewise.

28 years ago(syms_of_editfns): Make buffer-access-fontify-functions
Richard M. Stallman [Tue, 30 Jan 1996 19:58:24 +0000 (19:58 +0000)]
(syms_of_editfns): Make buffer-access-fontify-functions
locally nil in the prin1 buffer.

28 years ago(x_frame_parms): Alphabetize.
Richard M. Stallman [Tue, 30 Jan 1996 19:51:26 +0000 (19:51 +0000)]
(x_frame_parms): Alphabetize.
(enum x_frame_parm): Data type deleted.

28 years ago(child_setup): Fix size in write call.
Richard M. Stallman [Tue, 30 Jan 1996 18:41:57 +0000 (18:41 +0000)]
(child_setup): Fix size in write call.

28 years ago(mail-setup): For mail-self-blind, use user-mail-address.
Richard M. Stallman [Tue, 30 Jan 1996 18:25:30 +0000 (18:25 +0000)]
(mail-setup): For mail-self-blind, use user-mail-address.

28 years ago(Fdelete_backward_char): In overwrite mode,
Richard M. Stallman [Mon, 29 Jan 1996 23:27:09 +0000 (23:27 +0000)]
(Fdelete_backward_char): In overwrite mode,
insert spaces, unless we deleted a tab.

28 years ago(Fset_minibuffer_window): New function.
Richard M. Stallman [Mon, 29 Jan 1996 23:26:11 +0000 (23:26 +0000)]
(Fset_minibuffer_window): New function.
(keys_of_minibuf): defsubr it.

28 years ago(vip-brac-function): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:20:08 +0000 (23:20 +0000)]
(vip-brac-function): Fix error format string.

28 years ago(vip-register-macro): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:19:49 +0000 (23:19 +0000)]
(vip-register-macro): Fix error format string.

28 years ago(vip-ex, ex-expand-filsyms, vip-execute-ex-command): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:19:25 +0000 (23:19 +0000)]
(vip-ex, ex-expand-filsyms, vip-execute-ex-command): Fix error format string.

28 years ago(vip-execute-ex-command, ex-write): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:19:04 +0000 (23:19 +0000)]
(vip-execute-ex-command, ex-write): Fix error format string.

28 years ago(tq-process-buffer): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:18:47 +0000 (23:18 +0000)]
(tq-process-buffer): Fix error format string.

28 years ago(reporter-dump-variable): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:18:35 +0000 (23:18 +0000)]
(reporter-dump-variable): Fix error format string.

28 years ago(nntp-send-strings-to-server, nntp-async-send-strings): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:18:20 +0000 (23:18 +0000)]
(nntp-send-strings-to-server, nntp-async-send-strings): Fix error format string.

28 years ago(msb--choose-menu): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:17:49 +0000 (23:17 +0000)]
(msb--choose-menu): Fix error format string.

28 years ago(mh-handle-process-error): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:17:16 +0000 (23:17 +0000)]
(mh-handle-process-error): Fix error format string.

28 years ago(mh-read-seq): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:16:57 +0000 (23:16 +0000)]
(mh-read-seq): Fix error format string.

28 years ago(Info-extract-pointer): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:16:36 +0000 (23:16 +0000)]
(Info-extract-pointer): Fix error format string.

28 years ago(hexl-hex-char-to-integer, hexl-oct-char-to-integer): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:16:11 +0000 (23:16 +0000)]
(hexl-hex-char-to-integer, hexl-oct-char-to-integer): Fix error format string.

28 years ago(gnus-summary-insert-pseudos-xemacs): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:15:52 +0000 (23:15 +0000)]
(gnus-summary-insert-pseudos-xemacs): Fix error format string.

28 years ago(forms--process-format-list): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:15:25 +0000 (23:15 +0000)]
(forms--process-format-list): Fix error format string.

28 years ago(visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error format
Karl Heuer [Mon, 29 Jan 1996 23:14:52 +0000 (23:14 +0000)]
(visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error format
string.

28 years ago(ediff-event-point, ediff-event-buffer): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:12:01 +0000 (23:12 +0000)]
(ediff-event-point, ediff-event-buffer): Fix error format string.

28 years ago(sh-shell-variables-initialized): New variable.
Richard M. Stallman [Mon, 29 Jan 1996 23:11:40 +0000 (23:11 +0000)]
(sh-shell-variables-initialized): New variable.
(sh-mode): Make sh-shell-variables and
sh-shell-variables-initialized local.
(sh-set-shell): Don't scan the buffer for variable assignments.
Set sh-shell-variables-initialized to nil.
(sh-shell-initialize-variables): New function.
(sh-add-completer): New function.  Initialize sh-shell-variables
here if not yet done.
(sh-add): Use sh-add-completer for completion.

28 years ago(cpp-parse-error): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:11:17 +0000 (23:11 +0000)]
(cpp-parse-error): Fix error format string.

28 years ago(outline-process-exposed): Fix error format string.
Karl Heuer [Mon, 29 Jan 1996 23:10:03 +0000 (23:10 +0000)]
(outline-process-exposed): Fix error format string.

28 years ago(ada-indent-region, ada-check-matching-start, ada-check-defun-name): Fix error
Karl Heuer [Mon, 29 Jan 1996 23:09:15 +0000 (23:09 +0000)]
(ada-indent-region, ada-check-matching-start, ada-check-defun-name): Fix error
format string.

28 years agoUpdate FSF address in comment.
Karl Heuer [Mon, 29 Jan 1996 22:30:55 +0000 (22:30 +0000)]
Update FSF address in comment.

28 years ago(dos_rawgetc): Allow simulation of `Mouse-3' by
Richard M. Stallman [Mon, 29 Jan 1996 22:22:08 +0000 (22:22 +0000)]
(dos_rawgetc): Allow simulation of `Mouse-3' by
simultaneous click/drag of `Mouse-1' and `Mouse-2'.

(dos_set_window_size): Make the window size change
faster for standard sizes.  Fix a bug in v2-specific code to
change window size.

28 years ago(byte-compile-log-1): Delete format call inside message.
Karl Heuer [Mon, 29 Jan 1996 21:09:23 +0000 (21:09 +0000)]
(byte-compile-log-1): Delete format call inside message.

28 years ago(XTframe_raise_lower): Rename arg `raise' to `raise_flag'.
Richard M. Stallman [Mon, 29 Jan 1996 19:28:11 +0000 (19:28 +0000)]
(XTframe_raise_lower): Rename arg `raise' to `raise_flag'.

28 years agoComment change.
Richard M. Stallman [Mon, 29 Jan 1996 17:21:17 +0000 (17:21 +0000)]
Comment change.

28 years ago(face-color-gray-p): Return nil if x-color-values does.
Richard M. Stallman [Mon, 29 Jan 1996 07:27:04 +0000 (07:27 +0000)]
(face-color-gray-p): Return nil if x-color-values does.

28 years ago(c-macro-preprocessor): Define a preprocessor name
Richard M. Stallman [Mon, 29 Jan 1996 05:26:21 +0000 (05:26 +0000)]
(c-macro-preprocessor): Define a preprocessor name
which is valid on MS-DOS.

(c-macro-expansion): Do not rely on ``/tmp/'' being present; use
environment variables as alternatives (MSDOS).  Use
`shell-file-name' rather than ``sh''.  Redirect `stderr' with
`call-process-region' option, not from the shell.  Handle shells
which don't return exit code from `cpp' (MSDOS).  Put messages
from `cpp' inside a comment, to avoid messing up syntax highlighting.

28 years ago(event_kind): New event type: timer_event.
Richard M. Stallman [Mon, 29 Jan 1996 04:53:39 +0000 (04:53 +0000)]
(event_kind): New event type: timer_event.

28 years ago(Qtimer_event): New symbol.
Richard M. Stallman [Mon, 29 Jan 1996 04:53:02 +0000 (04:53 +0000)]
(Qtimer_event): New symbol.
(read_char, kbd_buffer_get_event): Don't sleep past the next timer.
(readable_events, kbd_buffer_get_event): Check for timer events.
(make_lispy_event): Handle timer events.
(timer_check): New function.
(Vtimer_list): New variable.
(syms_of_keyboard): Set up Qtimer_event and Vtimer_list.

28 years ago(create_process): Set outchannel to be non-blocking.
Richard M. Stallman [Mon, 29 Jan 1996 04:52:15 +0000 (04:52 +0000)]
(create_process): Set outchannel to be non-blocking.

28 years ago(wait_reading_process_input): Call timer_check
Richard M. Stallman [Mon, 29 Jan 1996 04:50:16 +0000 (04:50 +0000)]
(wait_reading_process_input): Call timer_check
and shorten the inner delay if appropriate.

28 years ago(run-after-delay): Add autoload cookie.
Richard M. Stallman [Mon, 29 Jan 1996 02:26:52 +0000 (02:26 +0000)]
(run-after-delay): Add autoload cookie.
Delete USECS arg.  Let REPEAT be a float.

28 years agoSun Jan 28 20:55:10 1996 Richard M. Stallman <rms@mole.gnu.ai.mit.edu>
Richard M. Stallman [Mon, 29 Jan 1996 02:19:30 +0000 (02:19 +0000)]
Sun Jan 28 20:55:10 1996  Richard M. Stallman  <rms@mole.gnu.ai.mit.edu>

* timer.el (timer-inc-time): New function.
(run-at-time): Use that.
(run-after-delay): New function.

* timer.el: Add a usecs slot to each timer.
Almost all functions changed.

Sun Jan 28 16:47:55 1996  Morten Welinder  <terra@diku.dk>

* timer.el: Complete rewrite to use built-in timer feature.

28 years ago(list-directory): Set default-directory better if the
Richard M. Stallman [Sun, 28 Jan 1996 19:27:44 +0000 (19:27 +0000)]
(list-directory): Set default-directory better if the
argument is a directory's file name.

28 years ago(apropos-print): Fix previous change.
Erik Naggum [Sun, 28 Jan 1996 07:10:18 +0000 (07:10 +0000)]
(apropos-print): Fix previous change.

28 years ago(sort_args): Error if option is missing an arg.
Richard M. Stallman [Sun, 28 Jan 1996 04:15:39 +0000 (04:15 +0000)]
(sort_args): Error if option is missing an arg.

28 years ago(name-last-kbd-macro): Reject empty cmd name.
Richard M. Stallman [Sun, 28 Jan 1996 03:07:38 +0000 (03:07 +0000)]
(name-last-kbd-macro): Reject empty cmd name.

28 years ago(edit-kbd-macro): Reject empty cmd name.
Richard M. Stallman [Sun, 28 Jan 1996 03:07:15 +0000 (03:07 +0000)]
(edit-kbd-macro): Reject empty cmd name.

28 years agoWhitespace change.
Richard M. Stallman [Sun, 28 Jan 1996 00:11:39 +0000 (00:11 +0000)]
Whitespace change.

28 years ago(apropos-print): Omit key sequences that contain a frame.
Richard M. Stallman [Sat, 27 Jan 1996 22:45:19 +0000 (22:45 +0000)]
(apropos-print): Omit key sequences that contain a frame.

28 years agoClarify key sequence usage conventions.
Richard M. Stallman [Sat, 27 Jan 1996 18:32:17 +0000 (18:32 +0000)]
Clarify key sequence usage conventions.

28 years ago(struct input_event): New field `padding'.
Richard M. Stallman [Sat, 27 Jan 1996 18:30:30 +0000 (18:30 +0000)]
(struct input_event): New field `padding'.
Change `kind' field to an int.

28 years ago(Fy_or_n_p): Call choose_minibuf_frame.
Richard M. Stallman [Sat, 27 Jan 1996 17:31:33 +0000 (17:31 +0000)]
(Fy_or_n_p): Call choose_minibuf_frame.

28 years ago(Fcompare_buffer_substrings): Access case_canon_table as a char_table.
Richard M. Stallman [Sat, 27 Jan 1996 08:28:51 +0000 (08:28 +0000)]
(Fcompare_buffer_substrings): Access case_canon_table as a char_table.

28 years ago(child_setup_tty): Turn off ISTRIP to pass 8bit. Turn off TAB3 so
Richard M. Stallman [Sat, 27 Jan 1996 08:22:36 +0000 (08:22 +0000)]
(child_setup_tty): Turn off ISTRIP to pass 8bit.  Turn off TAB3 so
don't expand tabs.

28 years ago(ispell-help): Use set-minibuffer-window.
Richard M. Stallman [Sat, 27 Jan 1996 03:07:04 +0000 (03:07 +0000)]
(ispell-help): Use set-minibuffer-window.

28 years ago(ispell-command-loop, ispell-region): Pass proper format string to message.
Richard M. Stallman [Sat, 27 Jan 1996 02:36:05 +0000 (02:36 +0000)]
(ispell-command-loop, ispell-region): Pass proper format string to message.

28 years ago(dired-get-filename): When quoting " chars,
Richard M. Stallman [Sat, 27 Jan 1996 02:18:29 +0000 (02:18 +0000)]
(dired-get-filename): When quoting " chars,
handle all of them, including one at start of file name.

28 years ago(command-line-normalize-file-name): New function.
Richard M. Stallman [Sat, 27 Jan 1996 00:14:59 +0000 (00:14 +0000)]
(command-line-normalize-file-name): New function.
(command-line-1): Call it to handle foo//bar in non-Emacs fashion.

28 years ago(server-process-filter): In file name, collapse multiple slashes to one.
Richard M. Stallman [Fri, 26 Jan 1996 23:57:39 +0000 (23:57 +0000)]
(server-process-filter): In file name, collapse multiple slashes to one.

28 years agoMoved code around to minimize compiler warnings.
Michael Kifer [Fri, 26 Jan 1996 23:34:09 +0000 (23:34 +0000)]
Moved code around to minimize compiler warnings.

28 years ago(tex-face-alist, tex-latex-face-alist): New variables.
Richard M. Stallman [Fri, 26 Jan 1996 19:57:45 +0000 (19:57 +0000)]
(tex-face-alist, tex-latex-face-alist): New variables.
(tex-common-initialization): Set facemenu-add-face-function,
facemenu-end-add-face, facemenu-remove-face-function.

(slitex-mode): Fix misspelling in value.

28 years agoAdd some keybindings.
Richard M. Stallman [Fri, 26 Jan 1996 19:53:32 +0000 (19:53 +0000)]
Add some keybindings.
(next-line-mark, next-line-nomark): Set this-command.
(previous-line-mark, previous-line-nomark): Likewise.
(end-of-line-mark, end-of-line-nomark): Likewise.

28 years ago(Qtitle): Declared.
Richard M. Stallman [Fri, 26 Jan 1996 19:50:35 +0000 (19:50 +0000)]
(Qtitle): Declared.
(Fx_create_frame): Initialize title parameter.
Don't use the title resource to initialize the name parameter.

28 years ago(mode25): Moved from `src/dosfns.c' for backward compatibility.
Richard M. Stallman [Fri, 26 Jan 1996 19:49:01 +0000 (19:49 +0000)]
(mode25): Moved from `src/dosfns.c' for backward compatibility.
(mode4350): Moved from `src/dosfns.c' for backward compatibility.

(convert-standard-filename): Preserve ~ as last char.

(convert-standard-filename): Don't do anything if the
argument is empty, or isn't a string; leave alone characters with
ASCII codes above 127 and special characters legal in DOS filenames.

28 years ago(lisp-fill-paragraph): Use fill-paragraph once again for filling a comment.
Richard M. Stallman [Fri, 26 Jan 1996 19:47:32 +0000 (19:47 +0000)]
(lisp-fill-paragraph): Use fill-paragraph once again for filling a comment.

28 years ago(forward-paragraph): Comment change.
Richard M. Stallman [Fri, 26 Jan 1996 19:47:15 +0000 (19:47 +0000)]
(forward-paragraph): Comment change.

28 years agoWhitespace fix.
Richard M. Stallman [Fri, 26 Jan 1996 19:39:42 +0000 (19:39 +0000)]
Whitespace fix.

28 years ago(vc-diff): Make NOT-URGENT default to t.
Richard M. Stallman [Fri, 26 Jan 1996 19:36:34 +0000 (19:36 +0000)]
(vc-diff): Make NOT-URGENT default to t.

28 years ago(makefile-font-lock-keywords): Improve highlighting
Richard M. Stallman [Fri, 26 Jan 1996 19:30:42 +0000 (19:30 +0000)]
(makefile-font-lock-keywords): Improve highlighting
of variable references inside other highlighted regions.

28 years agoSupport for local fontification.
Simon Marshall [Fri, 26 Jan 1996 08:26:58 +0000 (08:26 +0000)]
Support for local fontification.

28 years ago(mail-yank-original): Doc fix.
Karl Heuer [Thu, 25 Jan 1996 23:52:59 +0000 (23:52 +0000)]
(mail-yank-original): Doc fix.

28 years ago(xfree): Macro deleted.
Richard M. Stallman [Thu, 25 Jan 1996 22:00:11 +0000 (22:00 +0000)]
(xfree): Macro deleted.
Callers changed to use `free' directly.

28 years ago(x_get_window_property_as_lisp_data): Use xfree, not XFree.
Richard M. Stallman [Thu, 25 Jan 1996 21:57:22 +0000 (21:57 +0000)]
(x_get_window_property_as_lisp_data): Use xfree, not XFree.
(x_get_window_property): Use XFree for tmp_data.

28 years ago(rmail-start-mail): Set mail-dedicated-frame frame param.
Richard M. Stallman [Thu, 25 Jan 1996 20:28:07 +0000 (20:28 +0000)]
(rmail-start-mail): Set mail-dedicated-frame frame param.

28 years ago(mail-bury): Check mail-dedicated-frame frame param.
Richard M. Stallman [Thu, 25 Jan 1996 20:27:45 +0000 (20:27 +0000)]
(mail-bury): Check mail-dedicated-frame frame param.

28 years ago(browse-url-netscape): Check for call-process returning a string.
Richard M. Stallman [Thu, 25 Jan 1996 20:14:38 +0000 (20:14 +0000)]
(browse-url-netscape): Check for call-process returning a string.

28 years ago(mode25, mode4350): Moved to `lisp/dos-fns.el'.
Richard M. Stallman [Thu, 25 Jan 1996 17:12:45 +0000 (17:12 +0000)]
(mode25, mode4350): Moved to `lisp/dos-fns.el'.

28 years agoTweaked command regexp.
Simon Marshall [Thu, 25 Jan 1996 10:40:02 +0000 (10:40 +0000)]
Tweaked command regexp.

28 years agoSupport for buffer local fontification functions.
Simon Marshall [Thu, 25 Jan 1996 10:38:39 +0000 (10:38 +0000)]
Support for buffer local fontification functions.
Global Font Lock mode.
Support for `eval' keywords.

28 years agoUse `eval' in mail-font-lock-keywords.
Simon Marshall [Thu, 25 Jan 1996 10:27:33 +0000 (10:27 +0000)]
Use `eval' in mail-font-lock-keywords.

28 years agoSupport for Font Lock mode.
Simon Marshall [Thu, 25 Jan 1996 10:27:31 +0000 (10:27 +0000)]
Support for Font Lock mode.

28 years agoUse make-local-hook for post-command-hook
Simon Marshall [Thu, 25 Jan 1996 10:21:05 +0000 (10:21 +0000)]
Use make-local-hook for post-command-hook

28 years agoFix indentation.
Karl Heuer [Thu, 25 Jan 1996 07:09:48 +0000 (07:09 +0000)]
Fix indentation.

28 years ago(extraclean): Use ${top_distclean} to ensure
Richard M. Stallman [Thu, 25 Jan 1996 06:59:38 +0000 (06:59 +0000)]
(extraclean): Use ${top_distclean} to ensure
we delete everything distclean deletes.

28 years ago(read-news): Define as alias for gnus.
Richard M. Stallman [Thu, 25 Jan 1996 06:41:37 +0000 (06:41 +0000)]
(read-news): Define as alias for gnus.