bpt/emacs.git
30 years ago(visit-tags-table-buffer): Move error call into scope of `file'.
Richard M. Stallman [Sat, 2 Jul 1994 00:45:49 +0000 (00:45 +0000)]
(visit-tags-table-buffer): Move error call into scope of `file'.

30 years ago(byte-compile-defalias): Fix typo in prev change.
Richard M. Stallman [Sat, 2 Jul 1994 00:41:28 +0000 (00:41 +0000)]
(byte-compile-defalias): Fix typo in prev change.

30 years ago(re_compile_fastmap): Either set fastmap['\n'] to 1 or don't change it.
Richard M. Stallman [Sat, 2 Jul 1994 00:10:58 +0000 (00:10 +0000)]
(re_compile_fastmap): Either set fastmap['\n'] to 1 or don't change it.
(re_match_2_internal): If the last match is real
best match, don't restore second best one.

30 years ago(print-region-1): Essentially undo previous change.
Richard M. Stallman [Fri, 1 Jul 1994 23:59:32 +0000 (23:59 +0000)]
(print-region-1): Essentially undo previous change.

30 years ago(gnus-inews-domain-name): Once again test gnus-your-domain.
Richard M. Stallman [Fri, 1 Jul 1994 21:42:23 +0000 (21:42 +0000)]
(gnus-inews-domain-name): Once again test gnus-your-domain.

30 years ago(shell-mode): Don't read history from /dev/null.
Richard M. Stallman [Fri, 1 Jul 1994 20:45:59 +0000 (20:45 +0000)]
(shell-mode): Don't read history from /dev/null.

30 years ago*** empty log message ***
Richard M. Stallman [Fri, 1 Jul 1994 20:11:01 +0000 (20:11 +0000)]
*** empty log message ***

30 years ago(make-face-italic, make-face-bold): Don't bind f2 here.
Richard M. Stallman [Fri, 1 Jul 1994 17:31:42 +0000 (17:31 +0000)]
(make-face-italic, make-face-bold): Don't bind f2 here.
(make-face-bold-internal, make-face-italic-internal): Bind f2 here.
(make-face-bold-italic-internal, make-face-italic-internal)
(make-face-bold-internal): New arg `font'.  Callers changed.

30 years ago(unload-feature): The autoload property does not
Richard M. Stallman [Fri, 1 Jul 1994 17:14:19 +0000 (17:14 +0000)]
(unload-feature): The autoload property does not
tart with `autoload'.

30 years ago(list-faces-display): Line up multiple lines in sample.
Richard M. Stallman [Fri, 1 Jul 1994 17:06:34 +0000 (17:06 +0000)]
(list-faces-display): Line up multiple lines in sample.

30 years ago(sh-set-shell): Obey sh-query-for-magic in all cases.
Richard M. Stallman [Fri, 1 Jul 1994 16:28:00 +0000 (16:28 +0000)]
(sh-set-shell): Obey sh-query-for-magic in all cases.

(sh-mode): Don't move point permanently.

30 years ago(prepare_menu_bars): Call x_consider_frame_title
Richard M. Stallman [Fri, 1 Jul 1994 15:36:06 +0000 (15:36 +0000)]
(prepare_menu_bars): Call x_consider_frame_title
only if windows_or_buffers_changed.

30 years ago(init_sys_modes): Turn off VSTART and VSTOP chars. On
Richard M. Stallman [Fri, 1 Jul 1994 15:34:42 +0000 (15:34 +0000)]
(init_sys_modes): Turn off VSTART and VSTOP chars.  On
DGUX, turn off INPCK.

30 years ago(Fx_create_frame): Add GC protection for local var `f'.
Paul Reilly [Fri, 1 Jul 1994 07:17:43 +0000 (07:17 +0000)]
(Fx_create_frame): Add GC protection for local var `f'.

30 years agoentered into RCS
Richard M. Stallman [Fri, 1 Jul 1994 06:19:16 +0000 (06:19 +0000)]
entered into RCS

30 years ago(x_own_selection, x_get_foreign_selection):
Richard M. Stallman [Fri, 1 Jul 1994 00:46:37 +0000 (00:46 +0000)]
(x_own_selection, x_get_foreign_selection):
Get rid of spurious X_TOOLKIT conditional.

(x_own_selection): Put the frame in Vselection_alist.
(x_clear_frame_selections): New function.

30 years agoComment change.
Richard M. Stallman [Fri, 1 Jul 1994 00:40:46 +0000 (00:40 +0000)]
Comment change.

30 years ago(Fdelete_frame): Call x_clear_frame_selections.
Richard M. Stallman [Fri, 1 Jul 1994 00:35:07 +0000 (00:35 +0000)]
(Fdelete_frame): Call x_clear_frame_selections.

30 years ago(x_draw_box): Use curs_x and curs_y, not f->cursor_[xy].
Richard M. Stallman [Fri, 1 Jul 1994 00:32:05 +0000 (00:32 +0000)]
(x_draw_box): Use curs_x and curs_y, not f->cursor_[xy].

(x_make_frame_visible): In x_sync loop at the end,
every fourth time, sleep for 1/4 second.

30 years ago(random, srandom): Defined.
Richard M. Stallman [Fri, 1 Jul 1994 00:29:02 +0000 (00:29 +0000)]
(random, srandom): Defined.

30 years ago*** empty log message ***
Richard M. Stallman [Thu, 30 Jun 1994 19:34:49 +0000 (19:34 +0000)]
*** empty log message ***

30 years ago(minor-mode-map-alist): Add missing quote.
Richard M. Stallman [Thu, 30 Jun 1994 19:21:03 +0000 (19:21 +0000)]
(minor-mode-map-alist): Add missing quote.

30 years ago(rmail-highlight-headers): Do nothing if
Richard M. Stallman [Thu, 30 Jun 1994 18:57:17 +0000 (18:57 +0000)]
(rmail-highlight-headers): Do nothing if
rmail-highlighted-headers is nil.

30 years ago(resize-minibuffer-window-restore): Don't do anything if the window height
Noah Friedman [Thu, 30 Jun 1994 06:46:44 +0000 (06:46 +0000)]
(resize-minibuffer-window-restore): Don't do anything if the window height
is already 1.

30 years ago(mouse-drag-secondary): Don't treat end of buffer
Richard M. Stallman [Thu, 30 Jun 1994 04:49:26 +0000 (04:49 +0000)]
(mouse-drag-secondary): Don't treat end of buffer
specially when within the window.

30 years ago(XLIB_ILLEGAL_ACCESS): Defined.
Richard M. Stallman [Thu, 30 Jun 1994 04:27:21 +0000 (04:27 +0000)]
(XLIB_ILLEGAL_ACCESS): Defined.

30 years ago(x_set_frame_parameters): Call x_set_offset directly.
Richard M. Stallman [Wed, 29 Jun 1994 21:38:34 +0000 (21:38 +0000)]
(x_set_frame_parameters): Call x_set_offset directly.
Handle `-' for position parameters.

(x_set_name): If no change needed, avoid consing.

30 years ago(command_loop_1): Don't clear nonundocount
Richard M. Stallman [Wed, 29 Jun 1994 19:52:17 +0000 (19:52 +0000)]
(command_loop_1): Don't clear nonundocount
when internal_self_insert returns 1.

30 years ago(internal_self_insert): Now can return 2.
Richard M. Stallman [Wed, 29 Jun 1994 19:51:33 +0000 (19:51 +0000)]
(internal_self_insert): Now can return 2.

30 years agocomint-password-prompt-regexp: New variable.
Noah Friedman [Wed, 29 Jun 1994 18:21:34 +0000 (18:21 +0000)]
comint-password-prompt-regexp: New variable.
comint-watch-for-password-prompt: Use it.

30 years ago(byte-compile-callargs-warn): Handle function defnition
Richard M. Stallman [Wed, 29 Jun 1994 18:06:09 +0000 (18:06 +0000)]
(byte-compile-callargs-warn): Handle function defnition
that is not a lambda expression or byte code function.
(byte-compile-arglist-warn): Likewise.
(byte-compile-defalias): New function, used to compile defalias.
(byte-compile-defalias-warn): New function.

30 years ago(easy-menu-change): New function.
Richard M. Stallman [Wed, 29 Jun 1994 16:28:50 +0000 (16:28 +0000)]
(easy-menu-change): New function.

30 years agoAdd commented-out code.
Richard M. Stallman [Wed, 29 Jun 1994 15:26:29 +0000 (15:26 +0000)]
Add commented-out code.

30 years ago(readchar): Restart interrupted I/O.
Karl Heuer [Tue, 28 Jun 1994 21:51:12 +0000 (21:51 +0000)]
(readchar): Restart interrupted I/O.

30 years ago(tag-exact-match-p): Fix typo in last change.
Roland McGrath [Tue, 28 Jun 1994 20:24:38 +0000 (20:24 +0000)]
(tag-exact-match-p): Fix typo in last change.

30 years ago(tag-exact-match-p): Test for point sitting after the explicit tag name
Roland McGrath [Tue, 28 Jun 1994 20:21:43 +0000 (20:21 +0000)]
(tag-exact-match-p): Test for point sitting after the explicit tag name
itself.

30 years ago(line-move): Don't use message or ding; just signal errors.
Richard M. Stallman [Tue, 28 Jun 1994 19:17:25 +0000 (19:17 +0000)]
(line-move): Don't use message or ding; just signal errors.

30 years ago(a_write): Loop while *ANNOT is listp, not consp. Previous code omitted
Roland McGrath [Tue, 28 Jun 1994 19:00:30 +0000 (19:00 +0000)]
(a_write): Loop while *ANNOT is listp, not consp.  Previous code omitted
all data from output files when *ANNOT was nil.

30 years ago(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman [Tue, 28 Jun 1994 18:41:05 +0000 (18:41 +0000)]
(dired-x-hands-off-my-keys): New user-defined variable.
(dired-x-bind-find-file): Use it.
(dired-x-find-file): New function to substitute find-file.
(dired-x-find-file-other-window): New function to substitute
find-file-other-window.

30 years ago(mips-sony-newsos4*): New alias.
Richard M. Stallman [Tue, 28 Jun 1994 17:04:58 +0000 (17:04 +0000)]
(mips-sony-newsos4*): New alias.

30 years ago(safe_run_hooks): Take symbol as arg.
Richard M. Stallman [Tue, 28 Jun 1994 17:02:40 +0000 (17:02 +0000)]
(safe_run_hooks): Take symbol as arg.
Use Fsymbol_value and Fset.
(command_loop_1): Pass symbol to safe_run_hooks.
Look in the value cell to check for trivial case (no hooks).

(read_key_sequence): Don't echo if echo_keystrokes is 0.

30 years ago(redisplay_region): For special treatment, BUF most be
Richard M. Stallman [Tue, 28 Jun 1994 09:27:39 +0000 (09:27 +0000)]
(redisplay_region): For special treatment, BUF most be
both current and displayed in selected window.

30 years ago(Foverlay_put): Pass redisplay_region a struct buffer *.
Richard M. Stallman [Tue, 28 Jun 1994 09:25:42 +0000 (09:25 +0000)]
(Foverlay_put): Pass redisplay_region a struct buffer *.

30 years ago(dired-readin): Record the directory's modtime.
Richard M. Stallman [Tue, 28 Jun 1994 08:36:16 +0000 (08:36 +0000)]
(dired-readin): Record the directory's modtime.
(dired-internal-noselect): Offer to revert if dir has changed.

30 years ago(auto-lower-mode, auto-raise-mode): Doc fixes.
Richard M. Stallman [Tue, 28 Jun 1994 05:15:44 +0000 (05:15 +0000)]
(auto-lower-mode, auto-raise-mode): Doc fixes.

30 years ago(Info-index): Fix typo: t => \t.
Richard M. Stallman [Tue, 28 Jun 1994 04:14:41 +0000 (04:14 +0000)]
(Info-index): Fix typo: t => \t.

30 years ago(gnus-inews-user-name, gnus-inews-domain-name):
Richard M. Stallman [Mon, 27 Jun 1994 23:07:15 +0000 (23:07 +0000)]
(gnus-inews-user-name, gnus-inews-domain-name):
Use user-mail-address unless there's a reason to do otherwise.
(gnus-inews-domain-name): Delete compatibility use of gnus-your-domain.

30 years ago(Info-insert-dir): Capitalize `node' when inserting it.
Richard M. Stallman [Mon, 27 Jun 1994 20:54:14 +0000 (20:54 +0000)]
(Info-insert-dir): Capitalize `node' when inserting it.
(Info-search): Don't move point to beginning, after Info-read-subfile.

30 years ago(a_write): Verify that *annot is a cons.
Richard M. Stallman [Mon, 27 Jun 1994 20:44:08 +0000 (20:44 +0000)]
(a_write): Verify that *annot is a cons.

30 years ago(echo_dash): Fix backwards conditional.
Richard M. Stallman [Sun, 26 Jun 1994 18:14:13 +0000 (18:14 +0000)]
(echo_dash): Fix backwards conditional.

30 years ago(C_DEBUG_SWITCH) [not NEWSOS5]:
Richard M. Stallman [Sun, 26 Jun 1994 16:29:43 +0000 (16:29 +0000)]
(C_DEBUG_SWITCH) [not NEWSOS5]:
Don't define if __GNUC__.
(KERNEL_FILE) [not NEWSOS5]: New override definition.

30 years ago(jka-compr-partial-uncompress): Handle the case where
Richard M. Stallman [Sun, 26 Jun 1994 16:10:41 +0000 (16:10 +0000)]
(jka-compr-partial-uncompress): Handle the case where
LEN reaches to or past the end of the data.

30 years ago(mouse-scroll-subr): Don't do anything special at eob.
Richard M. Stallman [Sat, 25 Jun 1994 23:48:04 +0000 (23:48 +0000)]
(mouse-scroll-subr): Don't do anything special at eob.
(mouse-drag-region): Don't treat scrolling differently at eob.
(mouse-drag-secondary): Likewise.

30 years ago(send_process): Major rewrite.
Richard M. Stallman [Sat, 25 Jun 1994 22:35:28 +0000 (22:35 +0000)]
(send_process): Major rewrite.
Don't put in a C-d unless a single line is too long.
Read process input whenever output gets stuck.
Relocate BUF if we read input.  New arg OBJECT.
Fprocess_send_region, Fprocess_send_string, process_send_signal)
(Fprocess_send_eof): Pass new arg OBJECT.

30 years ago(send_process): Major rewrite.
Richard M. Stallman [Sat, 25 Jun 1994 22:34:52 +0000 (22:34 +0000)]
(send_process): Major rewrite.
Don't put in a C-d unless a single line is too long.
Read process input whenever output gets stuck.
Relocate BUF if we read input.  New arg OBJECT.
(Fprocess_send_region, Fprocess_send_string, process_send_signal)
(Fprocess_send_eof): Pass new arg OBJECT.

30 years ago(BUF_PTR_CHAR_POS): New macro.
Richard M. Stallman [Sat, 25 Jun 1994 22:34:25 +0000 (22:34 +0000)]
(BUF_PTR_CHAR_POS): New macro.

30 years ago(comint-send-input): Update markers before actually sending the input.
Richard M. Stallman [Sat, 25 Jun 1994 22:27:06 +0000 (22:27 +0000)]
(comint-send-input): Update markers before actually sending the input.

30 years ago(Fother_window_for_scrolling): New function.
Richard M. Stallman [Sat, 25 Jun 1994 19:08:29 +0000 (19:08 +0000)]
(Fother_window_for_scrolling): New function.
(Fscroll_other_window): Use that.
(syms_of_window): defsubr it.

(Fsave_window_excursion): Doc fix.

30 years ago(C_SWITCH_SYSTEM): Add -D_BSD.
Richard M. Stallman [Sat, 25 Jun 1994 19:07:17 +0000 (19:07 +0000)]
(C_SWITCH_SYSTEM): Add -D_BSD.

30 years ago(beginning-of-buffer-other-window)
Richard M. Stallman [Sat, 25 Jun 1994 18:58:42 +0000 (18:58 +0000)]
(beginning-of-buffer-other-window)
(end-of-buffer-other-window): New functions.

30 years ago(frame-notice-user-settings): Make menu-bar-mode
Richard M. Stallman [Sat, 25 Jun 1994 18:20:55 +0000 (18:20 +0000)]
(frame-notice-user-settings): Make menu-bar-mode
and default-frame-alist consistent with each other.

30 years ago(menu-bar-mode): Make this a global variable.
Richard M. Stallman [Sat, 25 Jun 1994 18:20:30 +0000 (18:20 +0000)]
(menu-bar-mode): Make this a global variable.
(menu-bar-mode): Make variable menu-bar-mode and default-frame-alist
consistent.

30 years ago(Fframe_parameters): Don't handle menu-bar-lines explicitly.
Richard M. Stallman [Sat, 25 Jun 1994 17:54:57 +0000 (17:54 +0000)]
(Fframe_parameters): Don't handle menu-bar-lines explicitly.

30 years ago(Fother_window_for_scrolling): New function.
Richard M. Stallman [Sat, 25 Jun 1994 16:28:53 +0000 (16:28 +0000)]
(Fother_window_for_scrolling): New function.
(Fscroll_other_window): Use that.
(syms_of_window): defsubr it.

30 years ago(ispell-message): Avoid an infinite loop.
Richard M. Stallman [Sat, 25 Jun 1994 04:30:44 +0000 (04:30 +0000)]
(ispell-message): Avoid an infinite loop.

30 years ago(popup-menu): Allow user to select nothing.
Karl Heuer [Sat, 25 Jun 1994 01:42:43 +0000 (01:42 +0000)]
(popup-menu): Allow user to select nothing.

30 years ago(show-paren-command-hook): Use matching-paren.
Richard M. Stallman [Sat, 25 Jun 1994 01:20:11 +0000 (01:20 +0000)]
(show-paren-command-hook): Use matching-paren.
Call overlay-put once for each overlay.
Wait .1 sec to see if any input comes in.

30 years ago(add-log-mailing-address): Use user-mail-address.
Richard M. Stallman [Sat, 25 Jun 1994 00:35:12 +0000 (00:35 +0000)]
(add-log-mailing-address): Use user-mail-address.

30 years ago(user-mail-address): New variable.
Richard M. Stallman [Sat, 25 Jun 1994 00:34:11 +0000 (00:34 +0000)]
(user-mail-address): New variable.
(normal-top-level): Initialize it.

30 years ago(Finsert_file_contents): Fix check for non-regular files.
Karl Heuer [Sat, 25 Jun 1994 00:13:53 +0000 (00:13 +0000)]
(Finsert_file_contents): Fix check for non-regular files.

30 years ago(gnus-summary-mode-map): Add menu bar menus.
Richard M. Stallman [Fri, 24 Jun 1994 23:41:15 +0000 (23:41 +0000)]
(gnus-summary-mode-map): Add menu bar menus.
(gnus-group-mode-map): Add menu bar menus.
(gnus-summary-catchup-to-here): New function.
(gnus-summary-show-all-threads): Enable thread use.
(gnus-summary-show-thread): Enable thread use.
(gnus-summary-hide-all-threads): Enable thread use.
(gnus-summary-hide-thread): Enable thread use.

(gnus-summary-next-article): Fix previous change.

30 years ago(scan_lists, Fforward_comment): When moving backward over
Richard M. Stallman [Fri, 24 Jun 1994 21:52:16 +0000 (21:52 +0000)]
(scan_lists, Fforward_comment): When moving backward over
a comment, ignore a comment-starter that overlaps the comment-ender.

30 years ago(run-at-time): If REPEAT is 0, don't repeat.
Richard M. Stallman [Fri, 24 Jun 1994 18:50:03 +0000 (18:50 +0000)]
(run-at-time): If REPEAT is 0, don't repeat.

30 years ago(tar-alter-one-field): Finish previous renaming change.
Richard M. Stallman [Fri, 24 Jun 1994 18:32:36 +0000 (18:32 +0000)]
(tar-alter-one-field): Finish previous renaming change.

30 years ago(find-change-log): If file name specified, just use it.
Richard M. Stallman [Fri, 24 Jun 1994 15:47:09 +0000 (15:47 +0000)]
(find-change-log): If file name specified, just use it.

30 years ago(Fcompleting_read): Doc fix.
Richard M. Stallman [Fri, 24 Jun 1994 14:14:43 +0000 (14:14 +0000)]
(Fcompleting_read): Doc fix.

30 years ago(visit-tags-table-buffer): Don't take car of return frmo
Roland McGrath [Fri, 24 Jun 1994 08:07:57 +0000 (08:07 +0000)]
(visit-tags-table-buffer): Don't take car of return frmo
tags-table-including.

30 years ago(syms_of_keyboard): Don't staticpro the same var twice.
Karl Heuer [Fri, 24 Jun 1994 00:34:47 +0000 (00:34 +0000)]
(syms_of_keyboard): Don't staticpro the same var twice.

30 years ago(popup-menu): Convert list to same-size vector, not singleton vector.
Karl Heuer [Thu, 23 Jun 1994 23:58:16 +0000 (23:58 +0000)]
(popup-menu): Convert list to same-size vector, not singleton vector.

30 years ago(move-to-tab-stop): Delete unnecessary spaces
Richard M. Stallman [Thu, 23 Jun 1994 23:57:33 +0000 (23:57 +0000)]
(move-to-tab-stop): Delete unnecessary spaces
before the old point if a tab followed or follows the old point.

30 years agoDon't include string.h or strings.h.
Richard M. Stallman [Thu, 23 Jun 1994 23:56:06 +0000 (23:56 +0000)]
Don't include string.h or strings.h.

30 years ago(Fmove_overlay): Fix typo in previous change.
Richard M. Stallman [Thu, 23 Jun 1994 23:55:12 +0000 (23:55 +0000)]
(Fmove_overlay): Fix typo in previous change.

30 years agoMove #undef HAVE_STRERROR before the #includes.
Richard M. Stallman [Thu, 23 Jun 1994 23:53:35 +0000 (23:53 +0000)]
Move #undef HAVE_STRERROR before the #includes.

30 years ago(shell-prefixed-directory-name): Do nothing if
Richard M. Stallman [Thu, 23 Jun 1994 23:12:13 +0000 (23:12 +0000)]
(shell-prefixed-directory-name): Do nothing if
comint-file-name-prefix is empty.  Do not inline.

30 years ago(comint-read-input-ring): Use ring-insert-at-beginning.
Richard M. Stallman [Thu, 23 Jun 1994 23:11:23 +0000 (23:11 +0000)]
(comint-read-input-ring): Use ring-insert-at-beginning.
Insert most recent string first and only as many as we need.
Don't visit the file, just read it.

30 years ago(ring-insert-at-beginning): New function.
Richard M. Stallman [Thu, 23 Jun 1994 23:11:02 +0000 (23:11 +0000)]
(ring-insert-at-beginning): New function.
Don't visit the file, just read it.

30 years ago(*-convex-convexos*): Accept this as alias.
Richard M. Stallman [Thu, 23 Jun 1994 21:35:48 +0000 (21:35 +0000)]
(*-convex-convexos*): Accept this as alias.

30 years ago(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
Richard M. Stallman [Thu, 23 Jun 1994 19:40:13 +0000 (19:40 +0000)]
(LIBS_MACHINE, GETPGRP_NO_ARG): Defined.
(NLIST_NAME_UNION, DECLARE_GETPWUID_WITH_UID_T): Defined.
(CRT0_DUMMIES): Conditionalize according to __GNUC__.
(convex): Define if necessary.
(C_SWITCH_MACHINE): Definition deleted.

30 years ago(soundex-alist): Delete the elements that mapped into nil.
Richard M. Stallman [Thu, 23 Jun 1994 19:39:22 +0000 (19:39 +0000)]
(soundex-alist): Delete the elements that mapped into nil.

30 years ago(term_get_fkeys): Don't redeclare term_get_fkeys_1 here.
Richard M. Stallman [Thu, 23 Jun 1994 19:30:19 +0000 (19:30 +0000)]
(term_get_fkeys): Don't redeclare term_get_fkeys_1 here.

30 years agoDon't declare exit or perror.
Richard M. Stallman [Thu, 23 Jun 1994 19:27:56 +0000 (19:27 +0000)]
Don't declare exit or perror.

30 years ago(main): Don't declare geteuid.
Richard M. Stallman [Thu, 23 Jun 1994 19:26:02 +0000 (19:26 +0000)]
(main): Don't declare geteuid.
Don't declare getenv if convex.

30 years agoSet NON_GNU_CPP.
Richard M. Stallman [Thu, 23 Jun 1994 19:22:09 +0000 (19:22 +0000)]
Set NON_GNU_CPP.

30 years ago(tar-extract): Set file name by hand before calling
Richard M. Stallman [Thu, 23 Jun 1994 17:52:44 +0000 (17:52 +0000)]
(tar-extract): Set file name by hand before calling
set-visited-file-name.

Various renamings; all callers changed.
(tar-header-block-tokenize): Renamed from tokenize-tar-header-block.
(tar-header-block-checksum): Renamed from checksum-tar-header-block.
(tar-header-block-check-checksum):
Renamed from check-tar-header-block-checksum.
(tar-header-block-recompute-checksum):
Renamed from recompute-tar-header-block-checksum.
(tar-header-block-summarize):
Renamed from summarize-tar-header-block.

30 years ago(show-paren-command-hook): Handle close paren rather than open paren
Richard M. Stallman [Thu, 23 Jun 1994 14:42:48 +0000 (14:42 +0000)]
(show-paren-command-hook): Handle close paren rather than open paren
if point is between the two.

30 years agoComment change.
Richard M. Stallman [Thu, 23 Jun 1994 14:34:50 +0000 (14:34 +0000)]
Comment change.

30 years ago(print-region-1): Don't include a space in the job name.
Richard M. Stallman [Thu, 23 Jun 1994 14:33:32 +0000 (14:33 +0000)]
(print-region-1): Don't include a space in the job name.

30 years ago(show-paren-command-hook): Set paren foreground to white.
Richard M. Stallman [Thu, 23 Jun 1994 14:31:35 +0000 (14:31 +0000)]
(show-paren-command-hook): Set paren foreground to white.

30 years ago(Info-next-preorder-1): New function.
Richard M. Stallman [Thu, 23 Jun 1994 14:24:38 +0000 (14:24 +0000)]
(Info-next-preorder-1): New function.
(Info-mouse-follow-nearest-node): Use that.
(Info-follow-nearest-node): Use that.

30 years agoentered into RCS
Richard M. Stallman [Thu, 23 Jun 1994 14:02:40 +0000 (14:02 +0000)]
entered into RCS