bpt/emacs.git
30 years ago(indented_beyond_p): New function.
Karl Heuer [Mon, 14 Feb 1994 19:44:36 +0000 (19:44 +0000)]
(indented_beyond_p): New function.
(compute_motion, vmotion): Use it to treat blank lines specially in selective
display.

30 years ago(try_window_id, display_text_line): Treat blank lines specially in
Karl Heuer [Mon, 14 Feb 1994 19:42:30 +0000 (19:42 +0000)]
(try_window_id, display_text_line): Treat blank lines specially in
selective_display.

30 years agoFix comments.
Karl Heuer [Mon, 14 Feb 1994 19:30:48 +0000 (19:30 +0000)]
Fix comments.

30 years ago* etags.c (absolute_pathnames, cwd): added global vars.
Francesco Potortì [Mon, 14 Feb 1994 14:28:22 +0000 (14:28 +0000)]
* etags.c (absolute_pathnames, cwd): added global vars.
(longopts, print_help, main, process_file): put absolute filenames
in the tag file if the -A --absolute-pathnames option is used.
(print_help): alfabetically order the options.
(malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.

30 years agoInitial revision
Roland McGrath [Mon, 14 Feb 1994 00:41:56 +0000 (00:41 +0000)]
Initial revision

30 years ago(BROKEN_START, TEXT_START): Don't define.
Roland McGrath [Sun, 13 Feb 1994 22:22:26 +0000 (22:22 +0000)]
(BROKEN_START, TEXT_START): Don't define.
(HAVE_TEXT_START): Define this instead.

30 years ago(start_of_text): Don't define #ifdef HAVE_TEXT_START.
Roland McGrath [Sun, 13 Feb 1994 22:19:34 +0000 (22:19 +0000)]
(start_of_text): Don't define #ifdef HAVE_TEXT_START.

30 years ago(decode_mode_spec): Support %+.
Richard M. Stallman [Sun, 13 Feb 1994 02:06:55 +0000 (02:06 +0000)]
(decode_mode_spec): Support %+.

30 years ago(undo, yank): Set this-command to t at start,
Richard M. Stallman [Sun, 13 Feb 1994 00:16:23 +0000 (00:16 +0000)]
(undo, yank): Set this-command to t at start,
and set it correctly at the end.

30 years ago(command_loop_1): On entry, set last_command to this_command.
Richard M. Stallman [Sun, 13 Feb 1994 00:15:20 +0000 (00:15 +0000)]
(command_loop_1): On entry, set last_command to this_command.

30 years ago(term_init): If no `se', use `me';
Richard M. Stallman [Sat, 12 Feb 1994 22:32:39 +0000 (22:32 +0000)]
(term_init): If no `se', use `me';
if no `me' either, don't use standout mode at all.

30 years ago(command-line-1): Improve previous change.
Richard M. Stallman [Sat, 12 Feb 1994 20:14:29 +0000 (20:14 +0000)]
(command-line-1): Improve previous change.

30 years ago(inhibit-startup-echo-area-message): New variable.
Richard M. Stallman [Sat, 12 Feb 1994 20:01:43 +0000 (20:01 +0000)]
(inhibit-startup-echo-area-message): New variable.
(command-line-1): Undo prev change.
New test for whether to suppress echo area message.
Update copyright year in displayed message.

30 years ago(face-initialize): Specify default characteristics
Richard M. Stallman [Sat, 12 Feb 1994 06:25:56 +0000 (06:25 +0000)]
(face-initialize): Specify default characteristics
for the standard faces.  Use face-fill-in to set up existing frames.
(face-fill-in, face-try-color-list): New subroutines.
Handle underline, foreground and background in the
frame-independent info of a face.
(x-create-frame-with-faces): Use face-fill-in.
(x-initialize-frame-faces): Function deleted.

30 years ago(super-apropos-check-doc-file): Don't attempt to retrieve function
Karl Heuer [Sat, 12 Feb 1994 04:21:06 +0000 (04:21 +0000)]
(super-apropos-check-doc-file): Don't attempt to retrieve function
documentation from a symbol with no function binding.

30 years ago(disabled-command-hook): Use eq to compare elts
Richard M. Stallman [Sat, 12 Feb 1994 02:58:48 +0000 (02:58 +0000)]
(disabled-command-hook): Use eq to compare elts
of this-command-keys.  Choose the appropriate kind of Meta.

30 years agoSet up Alt keys as well as C-x 8 prefix.
Richard M. Stallman [Sat, 12 Feb 1994 02:39:53 +0000 (02:39 +0000)]
Set up Alt keys as well as C-x 8 prefix.
No need to create the prefix submaps explicitly.
(iso-transl-char-map): New variable.
Change the sequences aa and ae to just a and e.

30 years ago(Fset_frame_height, Fset_frame_width, Fset_frame_size):
Richard M. Stallman [Sat, 12 Feb 1994 02:37:17 +0000 (02:37 +0000)]
(Fset_frame_height, Fset_frame_width, Fset_frame_size):
Pass CHANGE_GRAVITY arg to x_set_window_size.

(other_visible_frames): New function; code taken from Fdelete_frame.
(Fdelete_frame): Use it.
(Fmake_frame_invisible): Use it.  New arg FORCE.

30 years ago(clone-init-mode-variables): Don't defvar
Richard M. Stallman [Sat, 12 Feb 1994 02:27:29 +0000 (02:27 +0000)]
(clone-init-mode-variables): Don't defvar
variables if already bound.  Put on clone-unmerged props if
they were not bound.
(clone-make-docstring): Install the map unconditionally;
set clone-unmerged property to nil.  No clone-merged property.
(clone-set-syntax-table): Set clone-unmerged prop, not clone-merged.
(clone-set-abbrev-table): Call clone-merge-abbrev-tables.
Don't touch properties here.
(clone-merge-keymaps): Splice out the `keymap' of the OLD map.
(clone-merge-abbrev-tables): New function.

30 years agoFix misspelled symbol LD_SWITCH_X_SITE_AUX.
Karl Heuer [Sat, 12 Feb 1994 02:26:44 +0000 (02:26 +0000)]
Fix misspelled symbol LD_SWITCH_X_SITE_AUX.

30 years ago(perl-mode): Set parse-sexp-ignore-comments.
Richard M. Stallman [Sat, 12 Feb 1994 02:17:58 +0000 (02:17 +0000)]
(perl-mode): Set parse-sexp-ignore-comments.

30 years ago(${libsrc}make-docfile): Don't pass ../arch-lib as target to submake.
Richard M. Stallman [Sat, 12 Feb 1994 02:10:41 +0000 (02:10 +0000)]
(${libsrc}make-docfile): Don't pass ../arch-lib as target to submake.

30 years agoFix conditional compilation.
Karl Heuer [Sat, 12 Feb 1994 01:28:45 +0000 (01:28 +0000)]
Fix conditional compilation.

30 years agoDelete HAVE_SETSID; configure checks for that.
Karl Heuer [Sat, 12 Feb 1994 00:32:31 +0000 (00:32 +0000)]
Delete HAVE_SETSID; configure checks for that.

30 years ago*** empty log message ***
Richard M. Stallman [Sat, 12 Feb 1994 00:30:26 +0000 (00:30 +0000)]
*** empty log message ***

30 years ago(gethomedir): Look at LOGNAME before USER.
Karl Heuer [Sat, 12 Feb 1994 00:12:15 +0000 (00:12 +0000)]
(gethomedir): Look at LOGNAME before USER.

30 years ago(x_scroll_bar_create): Fix indentation.
Karl Heuer [Fri, 11 Feb 1994 23:35:47 +0000 (23:35 +0000)]
(x_scroll_bar_create): Fix indentation.

30 years ago(Fuser_real_login_name): Doc fix.
Karl Heuer [Fri, 11 Feb 1994 22:31:39 +0000 (22:31 +0000)]
(Fuser_real_login_name): Doc fix.

30 years ago(rmail-dont-reply-to): Change user-original-login-name to user-login-name.
Karl Heuer [Fri, 11 Feb 1994 22:05:44 +0000 (22:05 +0000)]
(rmail-dont-reply-to): Change user-original-login-name to user-login-name.

30 years ago(rmail-variables, rmail-insert-inbox-text): Change user-original-login-name to
Karl Heuer [Fri, 11 Feb 1994 22:04:41 +0000 (22:04 +0000)]
(rmail-variables, rmail-insert-inbox-text): Change user-original-login-name to
user-login-name.

30 years ago(user-original-login-name): Reduce to a defalias, since it's redundant with
Karl Heuer [Fri, 11 Feb 1994 22:01:56 +0000 (22:01 +0000)]
(user-original-login-name): Reduce to a defalias, since it's redundant with
user-login-name.  All callers changed to use user-login-name.

30 years ago(gnus-user-login-name): Fix doc string.
Karl Heuer [Fri, 11 Feb 1994 21:56:45 +0000 (21:56 +0000)]
(gnus-user-login-name): Fix doc string.

30 years ago(gnus-inews-login-name): Remove unnecessary (getenv "LOGNAME") and (getenv
Karl Heuer [Fri, 11 Feb 1994 21:55:57 +0000 (21:55 +0000)]
(gnus-inews-login-name): Remove unnecessary (getenv "LOGNAME") and (getenv
"USER"), since (user-login-name) already does this.

30 years ago(display-time-filter): Remove unnecessary (getenv "LOGNAME") and (getenv
Karl Heuer [Fri, 11 Feb 1994 21:54:44 +0000 (21:54 +0000)]
(display-time-filter):  Remove unnecessary (getenv "LOGNAME") and (getenv
"USER"), since (user-login-name) already does this.

30 years ago(Fsubstitute_in_file_name): Remove long-dead code that looked at USER before
Karl Heuer [Fri, 11 Feb 1994 21:51:51 +0000 (21:51 +0000)]
(Fsubstitute_in_file_name): Remove long-dead code that looked at USER before
LOGNAME.

30 years ago(init_editfns): Look at LOGNAME before USER.
Karl Heuer [Fri, 11 Feb 1994 21:51:23 +0000 (21:51 +0000)]
(init_editfns): Look at LOGNAME before USER.

30 years agoDon't initialize CC.
Richard M. Stallman [Fri, 11 Feb 1994 21:32:49 +0000 (21:32 +0000)]
Don't initialize CC.

(creating src/Makefile): Also generate -U switches
for symbols in the $configuration value.

(creating src/Makefile): Delete blank lines along with lines of whitespace.

Check for sys_siglist being declared in system header.

(m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.

30 years ago(perform-replace): Check for empty stack.
Karl Heuer [Fri, 11 Feb 1994 21:07:59 +0000 (21:07 +0000)]
(perform-replace): Check for empty stack.

30 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Fri, 11 Feb 1994 19:06:00 +0000 (19:06 +0000)]
(syms_of_buffer): Doc fix.

30 years ago(decode_mode_spec): Implement `P'.
Richard M. Stallman [Fri, 11 Feb 1994 18:56:15 +0000 (18:56 +0000)]
(decode_mode_spec): Implement `P'.

30 years agoUse -ltermcap, not Emacs's own version. #undef symbols used for
Charles Hannum [Fri, 11 Feb 1994 17:52:05 +0000 (17:52 +0000)]
Use -ltermcap, not Emacs's own version.  #undef symbols used for
replacement getloadavg(), since we have our own.  Don't redefine
symbols from a.out.h if they already exit (i.e. this is NetBSD >0.9).

30 years ago(SYSV_SYSTEM_DIR): Define.
Roland McGrath [Fri, 11 Feb 1994 17:32:57 +0000 (17:32 +0000)]
(SYSV_SYSTEM_DIR): Define.
(BROKEN_START, TEXT_START, START_FILES, UNEXEC, RUN_TIME_REMAP): Define to
use unexsunos4.
(N_PAGSIZ, N_BSSSADDR, N_TRELOFF): Define so unexsunos4.c compiles.

30 years ago(x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call XtDestroyWidget but
Fred Pierresteguy [Fri, 11 Feb 1994 13:56:38 +0000 (13:56 +0000)]
(x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call XtDestroyWidget but
free_frame_menubar.
Undo previous changes.

30 years ago*** empty log message ***
Fred Pierresteguy [Fri, 11 Feb 1994 13:50:53 +0000 (13:50 +0000)]
*** empty log message ***

30 years ago(x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.
Fred Pierresteguy [Fri, 11 Feb 1994 13:25:11 +0000 (13:25 +0000)]
(x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.

30 years ago(free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget
Fred Pierresteguy [Fri, 11 Feb 1994 13:19:19 +0000 (13:19 +0000)]
(free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget
instance of the menubar.

30 years ago(xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null.
Fred Pierresteguy [Fri, 11 Feb 1994 08:52:53 +0000 (08:52 +0000)]
(xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null.

30 years agoFix spelling of pre-command-hook.
Karl Heuer [Fri, 11 Feb 1994 08:10:01 +0000 (08:10 +0000)]
Fix spelling of pre-command-hook.

30 years ago(syms_of_keyboard): Add a DEFVAR for command-hook-internal.
Karl Heuer [Fri, 11 Feb 1994 08:05:12 +0000 (08:05 +0000)]
(syms_of_keyboard): Add a DEFVAR for command-hook-internal.
(command_loop_1): Use it for post-command-hook.

(Fexecute_extended_command): Copy this_command_keys as a vector, not a string.

30 years agoFix syntax used for C-SPC.
Karl Heuer [Fri, 11 Feb 1994 06:03:57 +0000 (06:03 +0000)]
Fix syntax used for C-SPC.

30 years ago(etags-goto-tag-location): First go directly to STARTPOS and see if PAT is
Roland McGrath [Fri, 11 Feb 1994 05:54:37 +0000 (05:54 +0000)]
(etags-goto-tag-location): First go directly to STARTPOS and see if PAT is
right there.

30 years ago(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.
Roland McGrath [Fri, 11 Feb 1994 02:52:17 +0000 (02:52 +0000)]
(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.

30 years agoAdd #undef SYS_SIGLIST_DECLARED.
Roland McGrath [Fri, 11 Feb 1994 02:50:00 +0000 (02:50 +0000)]
Add #undef SYS_SIGLIST_DECLARED.

30 years ago(read_char, read_char_minibuf_menu_prompt, read_key_sequence): Retry read_char
Karl Heuer [Fri, 11 Feb 1994 01:34:16 +0000 (01:34 +0000)]
(read_char, read_char_minibuf_menu_prompt, read_key_sequence): Retry read_char
after a buffer change.

30 years ago(read_filtered_event): Retry read_char after a buffer change.
Karl Heuer [Fri, 11 Feb 1994 01:29:24 +0000 (01:29 +0000)]
(read_filtered_event): Retry read_char after a buffer change.

30 years agoSplit #ifdef so as not to confuse c-mode.
Karl Heuer [Fri, 11 Feb 1994 00:13:59 +0000 (00:13 +0000)]
Split #ifdef so as not to confuse c-mode.

30 years ago(Fpos_visible_in_window_p): Take hscroll into account.
Karl Heuer [Fri, 11 Feb 1994 00:00:28 +0000 (00:00 +0000)]
(Fpos_visible_in_window_p): Take hscroll into account.

30 years ago(buffer_posn_from_coords): Take hscroll into account.
Karl Heuer [Thu, 10 Feb 1994 23:59:25 +0000 (23:59 +0000)]
(buffer_posn_from_coords): Take hscroll into account.

30 years ago(Fmessage): Copy the text to be displayed into a malloc'd buffer.
Karl Heuer [Thu, 10 Feb 1994 20:50:54 +0000 (20:50 +0000)]
(Fmessage): Copy the text to be displayed into a malloc'd buffer.

30 years agoComment change.
Karl Heuer [Thu, 10 Feb 1994 20:44:20 +0000 (20:44 +0000)]
Comment change.

30 years ago(difftm): Simplify expression.
Karl Heuer [Thu, 10 Feb 1994 20:27:34 +0000 (20:27 +0000)]
(difftm): Simplify expression.

30 years ago(xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotify
Fred Pierresteguy [Thu, 10 Feb 1994 09:34:37 +0000 (09:34 +0000)]
(xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotify
case.

30 years ago(shell-get-current-command): Make regexp more selective.
Richard M. Stallman [Thu, 10 Feb 1994 08:35:48 +0000 (08:35 +0000)]
(shell-get-current-command): Make regexp more selective.

30 years ago(mouse-start-end): For double click with START on openparen,
Richard M. Stallman [Thu, 10 Feb 1994 07:39:09 +0000 (07:39 +0000)]
(mouse-start-end): For double click with START on openparen,
start forward scan from START.

30 years ago(lisp-font-lock-keywords-2): Quote the * in let*.
Richard M. Stallman [Thu, 10 Feb 1994 04:43:50 +0000 (04:43 +0000)]
(lisp-font-lock-keywords-2): Quote the * in let*.

30 years agoUse new name vmsdir.h.
Richard M. Stallman [Thu, 10 Feb 1994 04:38:58 +0000 (04:38 +0000)]
Use new name vmsdir.h.

30 years ago(outline-mode): Fix spelling of add-hook.
Karl Heuer [Thu, 10 Feb 1994 00:48:59 +0000 (00:48 +0000)]
(outline-mode): Fix spelling of add-hook.

30 years ago(Fdo_auto_save): Save echo_area_glyphs_length.
Karl Heuer [Thu, 10 Feb 1994 00:39:28 +0000 (00:39 +0000)]
(Fdo_auto_save): Save echo_area_glyphs_length.

30 years ago(Fgarbage_collect): Save echo_area_glyphs_length.
Karl Heuer [Thu, 10 Feb 1994 00:35:15 +0000 (00:35 +0000)]
(Fgarbage_collect): Save echo_area_glyphs_length.

30 years ago(Fkill_all_local_variables): Run change-major-mode-hook.
Karl Heuer [Wed, 9 Feb 1994 23:47:09 +0000 (23:47 +0000)]
(Fkill_all_local_variables): Run change-major-mode-hook.

30 years ago(x_display_cursor, process_expose_from_menu): Block input.
Karl Heuer [Wed, 9 Feb 1994 23:31:54 +0000 (23:31 +0000)]
(x_display_cursor, process_expose_from_menu): Block input.

30 years ago(vc-comment-to-change-log): Load add-log before binding
Karl Heuer [Wed, 9 Feb 1994 23:02:28 +0000 (23:02 +0000)]
(vc-comment-to-change-log): Load add-log before binding
add-log-current-defun-function.

30 years ago(CRT0_DUMMIES): Definition deleted.
Karl Heuer [Wed, 9 Feb 1994 22:32:39 +0000 (22:32 +0000)]
(CRT0_DUMMIES): Definition deleted.

30 years ago(mouse-start-end): Check START rather than point for being at eob.
Karl Heuer [Wed, 9 Feb 1994 22:21:47 +0000 (22:21 +0000)]
(mouse-start-end): Check START rather than point for being at eob.

30 years ago(mark_object): Fetch obj from *objptr at loop, not at the gotos.
Karl Heuer [Wed, 9 Feb 1994 22:04:55 +0000 (22:04 +0000)]
(mark_object): Fetch obj from *objptr at loop, not at the gotos.

30 years ago(m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
Richard M. Stallman [Wed, 9 Feb 1994 21:08:01 +0000 (21:08 +0000)]
(m68*-motorola-sysv*): Set CC.  Require cpu type to be m68k or m68000.

30 years agoGet, use, and substitute C_SWITCH_MACHINE like C_SWITCH_SYSTEM.
Richard M. Stallman [Wed, 9 Feb 1994 21:03:13 +0000 (21:03 +0000)]
Get, use, and substitute C_SWITCH_MACHINE like C_SWITCH_SYSTEM.

30 years ago(xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now,
Fred Pierresteguy [Wed, 9 Feb 1994 13:51:25 +0000 (13:51 +0000)]
(xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now,
if you move the pointer on another menubar item while displaying the contents
of a selected menubar item, the current pulldown menu is closed and the new
one corresponding to the new pointed item is displayed.
Clean up code.
Handle the MotionNotify events in the XEvent loop.

30 years ago(C_SWITCH_MACHINE): Get this from autoconf.
Richard M. Stallman [Wed, 9 Feb 1994 09:13:05 +0000 (09:13 +0000)]
(C_SWITCH_MACHINE): Get this from autoconf.
(ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.

30 years ago(display-time): Use expand-file-name to make file name of wakeup.
Richard M. Stallman [Wed, 9 Feb 1994 05:48:11 +0000 (05:48 +0000)]
(display-time): Use expand-file-name to make file name of wakeup.

30 years ago(disabled-command-hook): Use eq to compare elts of this-command-keys.
Richard M. Stallman [Wed, 9 Feb 1994 05:36:48 +0000 (05:36 +0000)]
(disabled-command-hook): Use eq to compare elts of this-command-keys.

30 years ago(rmail-summary-expunge-and-save): Mark summary buffer as unmodified.
Karl Heuer [Wed, 9 Feb 1994 04:26:28 +0000 (04:26 +0000)]
(rmail-summary-expunge-and-save): Mark summary buffer as unmodified.

30 years ago(rmail-expunge-and-save): Mark summary buffer as unmodified.
Karl Heuer [Wed, 9 Feb 1994 04:25:48 +0000 (04:25 +0000)]
(rmail-expunge-and-save): Mark summary buffer as unmodified.

30 years agoAdd (require 'rmail) so the macro will be byte-compiled properly.
Karl Heuer [Wed, 9 Feb 1994 04:08:17 +0000 (04:08 +0000)]
Add (require 'rmail) so the macro will be byte-compiled properly.

30 years ago(compute_char_face): Extract overlay-sorting code as a separate function,
Karl Heuer [Wed, 9 Feb 1994 03:25:25 +0000 (03:25 +0000)]
(compute_char_face): Extract overlay-sorting code as a separate function,
which is now in buffer.c.

30 years ago(sort-overlays): New function, extracted from xfaces.c.
Karl Heuer [Wed, 9 Feb 1994 03:23:48 +0000 (03:23 +0000)]
(sort-overlays): New function, extracted from xfaces.c.

30 years ago(main) [HAVE_SYSVIPC]: Reverse test of fork value.
Richard M. Stallman [Tue, 8 Feb 1994 23:57:30 +0000 (23:57 +0000)]
(main) [HAVE_SYSVIPC]: Reverse test of fork value.

30 years ago(show-children): Don't narrow to (1+ (point-max)) when
Richard M. Stallman [Tue, 8 Feb 1994 23:50:09 +0000 (23:50 +0000)]
(show-children): Don't narrow to (1+ (point-max)) when
exposing the last level-n header in the buffer.

30 years ago(generate-file-autoloads): Don't frob literal formfeeds into \f; just bind
Roland McGrath [Tue, 8 Feb 1994 23:03:09 +0000 (23:03 +0000)]
(generate-file-autoloads): Don't frob literal formfeeds into \f; just bind
print-escape-newlines to t around printing (now has same effect).

30 years ago*** empty log message ***
Roland McGrath [Tue, 8 Feb 1994 22:46:59 +0000 (22:46 +0000)]
*** empty log message ***

30 years ago(print): If print_escapes_newlines, print '\f' as "\\f".
Roland McGrath [Tue, 8 Feb 1994 22:42:28 +0000 (22:42 +0000)]
(print): If print_escapes_newlines, print '\f' as "\\f".
(syms_of_print): Update docstring.

30 years ago(rmail-edit-current-message): Make local variables permanent, so
Karl Heuer [Tue, 8 Feb 1994 22:26:30 +0000 (22:26 +0000)]
(rmail-edit-current-message): Make local variables permanent, so
the user can safely change major modes during an edit.

30 years ago(rmail-variables): Make local variables permanent, so the user can safely
Karl Heuer [Tue, 8 Feb 1994 22:25:35 +0000 (22:25 +0000)]
(rmail-variables): Make local variables permanent, so the user can safely
change major modes during an edit.

30 years ago(copy-face): Doc fix.
Richard M. Stallman [Tue, 8 Feb 1994 18:22:09 +0000 (18:22 +0000)]
(copy-face): Doc fix.

30 years ago(finder-mode): Doc fix.
Richard M. Stallman [Tue, 8 Feb 1994 18:00:41 +0000 (18:00 +0000)]
(finder-mode): Doc fix.

30 years ago(mail-signature): Insert a `-- ' line.
Richard M. Stallman [Tue, 8 Feb 1994 17:51:57 +0000 (17:51 +0000)]
(mail-signature): Insert a `-- ' line.

30 years ago(Fprocess_kill_without_query): Doc fix.
Richard M. Stallman [Tue, 8 Feb 1994 07:26:28 +0000 (07:26 +0000)]
(Fprocess_kill_without_query): Doc fix.

30 years ago(compute_motion): Source code was improperly indented.
Karl Heuer [Tue, 8 Feb 1994 06:19:09 +0000 (06:19 +0000)]
(compute_motion): Source code was improperly indented.

30 years ago(make-syntax-table): Behave like copy-syntax-table if an argument is given,
Karl Heuer [Tue, 8 Feb 1994 05:06:07 +0000 (05:06 +0000)]
(make-syntax-table): Behave like copy-syntax-table if an argument is given,
for backward compatibility.

30 years ago(batch-update-autoloads): Add missing close paren.
Karl Heuer [Tue, 8 Feb 1994 04:53:09 +0000 (04:53 +0000)]
(batch-update-autoloads): Add missing close paren.