bpt/emacs.git
30 years agoComment change.
Richard M. Stallman [Fri, 17 Jun 1994 20:04:22 +0000 (20:04 +0000)]
Comment change.

30 years ago(compute_motion): Recenter overlays, for speed.
Karl Heuer [Fri, 17 Jun 1994 20:03:18 +0000 (20:03 +0000)]
(compute_motion): Recenter overlays, for speed.

30 years ago(lm-section-mark): Accept extra semicolons;
Richard M. Stallman [Fri, 17 Jun 1994 19:59:09 +0000 (19:59 +0000)]
(lm-section-mark): Accept extra semicolons;
accept spaces at end of line.

30 years ago(build-mail-abbrevs): Pass a recursivep argument in recursive call.
Richard M. Stallman [Fri, 17 Jun 1994 16:03:59 +0000 (16:03 +0000)]
(build-mail-abbrevs): Pass a recursivep argument in recursive call.

30 years agoComment change.
Richard M. Stallman [Fri, 17 Jun 1994 16:00:42 +0000 (16:00 +0000)]
Comment change.

30 years ago(Fprocess_status): Return nil for process name that has no process.
Richard M. Stallman [Fri, 17 Jun 1994 13:40:33 +0000 (13:40 +0000)]
(Fprocess_status): Return nil for process name that has no process.

30 years ago(x-create-frame-with-faces): Set the cursor color last.
Richard M. Stallman [Fri, 17 Jun 1994 13:39:14 +0000 (13:39 +0000)]
(x-create-frame-with-faces): Set the cursor color last.

30 years ago(scratch_cursor_gc): New variable.
Richard M. Stallman [Fri, 17 Jun 1994 13:35:53 +0000 (13:35 +0000)]
(scratch_cursor_gc): New variable.
(dumpglyphs): Rework handling of GCs for cursor display
to use scratch_cursor_gc, and reuse the GC more.

30 years ago(tags-table-computed-list, tags-table-computed-list-for): New variables.
Roland McGrath [Fri, 17 Jun 1994 04:05:56 +0000 (04:05 +0000)]
(tags-table-computed-list, tags-table-computed-list-for): New variables.
(tags-table-list-pointer, tags-table-list-started-at): Doc fixes.
(tags-table-parent-pointer-list): Variable removed.
(tags-table-check-computed-list, tags-table-extend-computed-list): New
functions.
(tags-find-table-in-list): Function removed.
(tags-table-list-member): New function replaces it.
(tags-verify-table): New function, broken out of visit-tags-table-buffer.
(tags-table-including, tags-next-table): Rewritten.
(visit-tags-table-buffer-cont): Variable removed.
(visit-tags-table-buffer): Overhauled.
(tag-exact-match-p): Disallow newline in tag string before \177.

30 years ago(redisplay_region): Treat selected window's buffer
Richard M. Stallman [Fri, 17 Jun 1994 00:52:13 +0000 (00:52 +0000)]
(redisplay_region): Treat selected window's buffer
specially, not current buffer.

30 years ago(mouse-scroll-subr): New arg WINDOW.
Richard M. Stallman [Fri, 17 Jun 1994 00:51:33 +0000 (00:51 +0000)]
(mouse-scroll-subr): New arg WINDOW.
(mouse-drag-region, mouse-drag-secondary): Pass new arg.

30 years ago(make_hdr): Handle case of no "additional header".
Richard M. Stallman [Thu, 16 Jun 1994 23:45:41 +0000 (23:45 +0000)]
(make_hdr): Handle case of no "additional header".

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

30 years ago[USG5_4] (sigblock): Use |, not &.
Richard M. Stallman [Thu, 16 Jun 1994 18:51:07 +0000 (18:51 +0000)]
[USG5_4] (sigblock): Use |, not &.

30 years ago(Info-directory-list): For msdos, use ";" instead of
Richard M. Stallman [Thu, 16 Jun 1994 15:44:16 +0000 (15:44 +0000)]
(Info-directory-list): For msdos, use ";" instead of
":" as delimiter in INFOPATH.

30 years ago(redisplay_window): Don't use shortcut if window_end_vpos is out of date.
Karl Heuer [Thu, 16 Jun 1994 15:38:30 +0000 (15:38 +0000)]
(redisplay_window): Don't use shortcut if window_end_vpos is out of date.

30 years ago(syms_of_display): Make baud-rate a user var.
Richard M. Stallman [Thu, 16 Jun 1994 15:14:30 +0000 (15:14 +0000)]
(syms_of_display): Make baud-rate a user var.

30 years ago(bibtex-mode): Set up comment-start locally.
Richard M. Stallman [Thu, 16 Jun 1994 15:12:52 +0000 (15:12 +0000)]
(bibtex-mode): Set up comment-start locally.

30 years ago(scan_lists): Get error if eob within comment with depth!=0.
Richard M. Stallman [Thu, 16 Jun 1994 15:03:04 +0000 (15:03 +0000)]
(scan_lists): Get error if eob within comment with depth!=0.

30 years ago(ange-ftp-canonize-filename): Fix wrong var name.
Richard M. Stallman [Thu, 16 Jun 1994 14:15:11 +0000 (14:15 +0000)]
(ange-ftp-canonize-filename): Fix wrong var name.

30 years ago(rlogin-password-paranoia): Variable deleted.
Noah Friedman [Thu, 16 Jun 1994 08:09:34 +0000 (08:09 +0000)]
(rlogin-password-paranoia): Variable deleted.
(rlogin-password): Function deleted.
This functionality is handled by comint-watch-for-password-prompt.

(rlogin-filter): Function deleted.
(rlogin): Do not set the process filter to rlogin-filter.

30 years agoInclude <sys/file.h> and [USG5] <fcntl.h> to define O_* macros.
Roland McGrath [Thu, 16 Jun 1994 06:55:46 +0000 (06:55 +0000)]
Include <sys/file.h> and [USG5] <fcntl.h> to define O_* macros.
(O_RDONLY, O_RDWR): Define if undefined.
[emacs] (report_error): Use report_file_error so the user can tell what the
errno code was.
(unexec): Use O_RDONLY instead of explicit 0.
(make_hdr): Don't undo A_TEXT_OFFSET adjustment #ifndef NO_REMAP, since it
was never adjusted earlier #ifndef NO_REMAP.
(adjust_lnnoptrs): Use O_RDWR instead of explicit 2.

30 years agoDefine THIS_IS_CONFIGURE when extracting CFLAGS etc.
Richard M. Stallman [Thu, 16 Jun 1994 02:30:39 +0000 (02:30 +0000)]
Define THIS_IS_CONFIGURE when extracting CFLAGS etc.

30 years ago(outline-mode): Make change-major-mode-hook buffer-local.
Richard M. Stallman [Wed, 15 Jun 1994 23:03:28 +0000 (23:03 +0000)]
(outline-mode): Make change-major-mode-hook buffer-local.

30 years ago(dired-build-subdir-alist): Avoid mistaking a file name
Richard M. Stallman [Wed, 15 Jun 1994 22:39:01 +0000 (22:39 +0000)]
(dired-build-subdir-alist): Avoid mistaking a file name
ending in a colon for a subdir header line.

30 years ago(mail-send-hook): Add defvar.
Richard M. Stallman [Wed, 15 Jun 1994 22:16:04 +0000 (22:16 +0000)]
(mail-send-hook): Add defvar.
(mail-send): Run mail-send-hook before the `Sending...' message.

30 years ago(x_noop_count): New variable.
Richard M. Stallman [Wed, 15 Jun 1994 20:15:59 +0000 (20:15 +0000)]
(x_noop_count): New variable.
(x_term_init) [X_IO_BUG]: Init it.
(XTread_socket) [X_IO_BUG]: Don't do XNoOp every time, just 1 in 100.

30 years agoDon't alter the underline face.
Richard M. Stallman [Wed, 15 Jun 1994 18:24:10 +0000 (18:24 +0000)]
Don't alter the underline face.

(font-lock-hack-keywords, font-lock-fontify-region):
Don't call set-buffer-modified-p if no change in its value.

(font-lock-hack-keywords): Avoid changing the narrowing.

(c-font-lock-keywords-2): Insist on whitespace before a label.

30 years ago(C_DEBUG_SWITCH): Define as empty.
Richard M. Stallman [Wed, 15 Jun 1994 18:19:56 +0000 (18:19 +0000)]
(C_DEBUG_SWITCH): Define as empty.

30 years ago(redisplay): Don't call x_consider_frame_title.
Richard M. Stallman [Wed, 15 Jun 1994 18:18:55 +0000 (18:18 +0000)]
(redisplay): Don't call x_consider_frame_title.
(display_mode_line): Likewise.
(prepare_menu_bars): Call it here.

30 years ago(Fcall_interactively): Ignore `-' in string.
Richard M. Stallman [Wed, 15 Jun 1994 18:17:55 +0000 (18:17 +0000)]
(Fcall_interactively): Ignore `-' in string.
(Fcall_interactively): Don't call minibuffer-window-active-p;
determine directly whether a minibuf window is active.

30 years ago(Info-insert-dir): Ignore access times when comparing
Richard M. Stallman [Wed, 15 Jun 1994 18:13:52 +0000 (18:13 +0000)]
(Info-insert-dir): Ignore access times when comparing
file attributes.  Print message while merging.  Use separate
buffers for merging.  Try lower case `dir' first.

30 years ago(gud-massage-args): Fix error message syntax.
Richard M. Stallman [Wed, 15 Jun 1994 18:05:50 +0000 (18:05 +0000)]
(gud-massage-args): Fix error message syntax.
(gud-marker-filter, gud-find-file): Likewise.
(gud-display-line): Don't use dialog box for questions.

30 years ago* config.sub (sparc64): New cpu.
Doug Evans [Wed, 15 Jun 1994 07:40:43 +0000 (07:40 +0000)]
* config.sub (sparc64): New cpu.
(aout, elf): New os's.

30 years ago(init_system_name): New function, replaces get_system_name.
Karl Heuer [Wed, 15 Jun 1994 05:29:08 +0000 (05:29 +0000)]
(init_system_name): New function, replaces get_system_name.

30 years ago(init_editfns): Call init_system_name instead of get_system_name.
Karl Heuer [Wed, 15 Jun 1994 05:28:51 +0000 (05:28 +0000)]
(init_editfns): Call init_system_name instead of get_system_name.
(get_system_name): New function, now just uses Vsystem_name.

30 years agodeclare init_system_name (replaces get_system_name).
Karl Heuer [Wed, 15 Jun 1994 05:27:38 +0000 (05:27 +0000)]
declare init_system_name (replaces get_system_name).

30 years ago(x_term_init): Don't call get_system_name.
Karl Heuer [Wed, 15 Jun 1994 04:48:02 +0000 (04:48 +0000)]
(x_term_init): Don't call get_system_name.

30 years ago(find-tag-history): New variable.
Richard M. Stallman [Wed, 15 Jun 1994 04:37:26 +0000 (04:37 +0000)]
(find-tag-history): New variable.
(find-tag-noselect): Set that variable.

30 years ago(sigblock) [USG5_4]: Define if not defined.
Richard M. Stallman [Wed, 15 Jun 1994 04:05:32 +0000 (04:05 +0000)]
(sigblock) [USG5_4]: Define if not defined.

30 years agoPut stdio.h after config.h.
Richard M. Stallman [Wed, 15 Jun 1994 04:01:33 +0000 (04:01 +0000)]
Put stdio.h after config.h.

(XTread_socket): Use x_top_window_to_frame in prev change.

30 years ago(mouse-drag-region): Bind last-command, not this-command.
Karl Heuer [Wed, 15 Jun 1994 03:55:42 +0000 (03:55 +0000)]
(mouse-drag-region): Bind last-command, not this-command.

30 years agoPut stdio.h after config.h.
Richard M. Stallman [Wed, 15 Jun 1994 03:54:06 +0000 (03:54 +0000)]
Put stdio.h after config.h.

30 years agoComment change.
Richard M. Stallman [Wed, 15 Jun 1994 03:53:12 +0000 (03:53 +0000)]
Comment change.

30 years agoPut config.h first.
Richard M. Stallman [Wed, 15 Jun 1994 03:46:59 +0000 (03:46 +0000)]
Put config.h first.

30 years agoPut sys/signal.h and errno.h first, then config.h.
Richard M. Stallman [Wed, 15 Jun 1994 03:45:54 +0000 (03:45 +0000)]
Put sys/signal.h and errno.h first, then config.h.

30 years agoPut stdio.h, sys/types.h and sys/stat.h after config.h.
Richard M. Stallman [Wed, 15 Jun 1994 03:43:43 +0000 (03:43 +0000)]
Put stdio.h, sys/types.h and sys/stat.h after config.h.

30 years ago(make-auto-save-file-name): Don't use slashes in autosave name for a non-file
Karl Heuer [Wed, 15 Jun 1994 02:43:39 +0000 (02:43 +0000)]
(make-auto-save-file-name): Don't use slashes in autosave name for a non-file
buffer.

30 years ago(Fsingle_key_description): Allow strings as keys.
Karl Heuer [Wed, 15 Jun 1994 01:09:17 +0000 (01:09 +0000)]
(Fsingle_key_description): Allow strings as keys.

30 years ago(create_process): Set input_wait_mask before forking.
Karl Heuer [Wed, 15 Jun 1994 00:24:54 +0000 (00:24 +0000)]
(create_process): Set input_wait_mask before forking.

30 years ago(vmotion): Use find_next_newline_no_quit.
Richard M. Stallman [Tue, 14 Jun 1994 21:57:11 +0000 (21:57 +0000)]
(vmotion): Use find_next_newline_no_quit.
(indented_beyond_p): Likewise.

30 years ago(find_next_newline_no_quit): New function.
Richard M. Stallman [Tue, 14 Jun 1994 21:54:45 +0000 (21:54 +0000)]
(find_next_newline_no_quit): New function.

30 years ago(ispell-command-loop): C-g should be like X, not q.
Richard M. Stallman [Tue, 14 Jun 1994 20:54:44 +0000 (20:54 +0000)]
(ispell-command-loop): C-g should be like X, not q.

(ispell-dictionary-alist): Add autoload.  Split into two subvariables.
(ispell-menu-map): Defvar and set up at top level.  Split into parts.
(ispell-menu-map-needed): New variable.

30 years ago(init_sys_modes): Don't set up sigio here if window system.
Richard M. Stallman [Tue, 14 Jun 1994 20:33:44 +0000 (20:33 +0000)]
(init_sys_modes): Don't set up sigio here if window system.

30 years ago(fortran-blink-matching-do): When looking for do,
Richard M. Stallman [Tue, 14 Jun 1994 20:19:04 +0000 (20:19 +0000)]
(fortran-blink-matching-do): When looking for do,
insist on nondigit after it.

30 years ago(calendar-mode-map): Change moon menu bar to pop up a menu.
Edward M. Reingold [Tue, 14 Jun 1994 20:06:55 +0000 (20:06 +0000)]
(calendar-mode-map): Change moon menu bar to pop up a menu.

30 years ago(calendar-mouse-2-date-menu): Put moon phase here.
Richard M. Stallman [Tue, 14 Jun 1994 19:50:14 +0000 (19:50 +0000)]
(calendar-mouse-2-date-menu): Put moon phase here.
(calendar-mode-map): Delete from here.

30 years ago(init_eval_once): Call xmalloc, not malloc.
Richard M. Stallman [Tue, 14 Jun 1994 19:48:19 +0000 (19:48 +0000)]
(init_eval_once): Call xmalloc, not malloc.

30 years ago(Fprocess_send_eof): Doc fix.
Richard M. Stallman [Tue, 14 Jun 1994 19:46:00 +0000 (19:46 +0000)]
(Fprocess_send_eof): Doc fix.

30 years agoPut ./BUGS into the distrib.
Richard M. Stallman [Tue, 14 Jun 1994 14:51:19 +0000 (14:51 +0000)]
Put ./BUGS into the distrib.

30 years agoFix regexp in last change.
Roland McGrath [Tue, 14 Jun 1994 00:58:05 +0000 (00:58 +0000)]
Fix regexp in last change.

30 years ago(pop-global-mark): Discard entries for nonexistent buffers.
Richard M. Stallman [Tue, 14 Jun 1994 00:34:43 +0000 (00:34 +0000)]
(pop-global-mark): Discard entries for nonexistent buffers.

30 years ago(inhibit-startup-echo-area-message): Doc fix.
Richard M. Stallman [Tue, 14 Jun 1994 00:21:40 +0000 (00:21 +0000)]
(inhibit-startup-echo-area-message): Doc fix.

30 years ago(mouse-avoidance-threshold): Renamed from ...threshhold.
Richard M. Stallman [Tue, 14 Jun 1994 00:10:56 +0000 (00:10 +0000)]
(mouse-avoidance-threshold): Renamed from ...threshhold.

30 years ago(init_sys_modes): Don't call set_terminal_modes
Richard M. Stallman [Mon, 13 Jun 1994 23:56:48 +0000 (23:56 +0000)]
(init_sys_modes): Don't call set_terminal_modes
if using a window system.

30 years ago(end-of-buffer): Recenter overlay lists.
Richard M. Stallman [Mon, 13 Jun 1994 23:40:33 +0000 (23:40 +0000)]
(end-of-buffer): Recenter overlay lists.

30 years ago(compilation-error-regexp-alist): Extend first regexp to handle Borland C++
Roland McGrath [Mon, 13 Jun 1994 23:27:44 +0000 (23:27 +0000)]
(compilation-error-regexp-alist): Extend first regexp to handle Borland C++
msgs: "Warning" or "Error" before file name.

30 years agoHandle 386 running Solaris 2.
Richard M. Stallman [Mon, 13 Jun 1994 21:12:56 +0000 (21:12 +0000)]
Handle 386 running Solaris 2.

30 years agoFix previous change.
Richard M. Stallman [Mon, 13 Jun 1994 21:10:43 +0000 (21:10 +0000)]
Fix previous change.

30 years agoAdd conditional for SOLARIS2.
Richard M. Stallman [Mon, 13 Jun 1994 21:09:17 +0000 (21:09 +0000)]
Add conditional for SOLARIS2.

30 years ago(SOLARIS2): Defined.
Richard M. Stallman [Mon, 13 Jun 1994 21:08:42 +0000 (21:08 +0000)]
(SOLARIS2): Defined.

30 years ago(single_keymap_panes): gcpro some things.
Karl Heuer [Mon, 13 Jun 1994 20:56:30 +0000 (20:56 +0000)]
(single_keymap_panes): gcpro some things.

30 years ago(XTread_socket): Handle Xatom_wm_save_yourself by calling XSetCommand.
Richard M. Stallman [Mon, 13 Jun 1994 20:41:21 +0000 (20:41 +0000)]
(XTread_socket): Handle Xatom_wm_save_yourself by calling XSetCommand.

30 years ago(init_cmdargs): Set up initial_argv, initial_argc.
Richard M. Stallman [Mon, 13 Jun 1994 20:41:00 +0000 (20:41 +0000)]
(init_cmdargs): Set up initial_argv, initial_argc.

30 years ago(syms_of_keyboard): Properly init Vsystem_key_alist.
Richard M. Stallman [Mon, 13 Jun 1994 20:11:10 +0000 (20:11 +0000)]
(syms_of_keyboard): Properly init Vsystem_key_alist.

30 years ago(adjust_lnnoptrs): Handle multiple aux symbols.
Richard M. Stallman [Mon, 13 Jun 1994 19:46:22 +0000 (19:46 +0000)]
(adjust_lnnoptrs): Handle multiple aux symbols.

30 years ago(mouse-save-then-kill-delete-region): Turn off change hooks
Richard M. Stallman [Mon, 13 Jun 1994 19:35:07 +0000 (19:35 +0000)]
(mouse-save-then-kill-delete-region): Turn off change hooks
for the edit operations that are not real.

30 years ago(dired-man): Use internal function from man.el.
Richard M. Stallman [Mon, 13 Jun 1994 19:34:21 +0000 (19:34 +0000)]
(dired-man): Use internal function from man.el.
(dired-omit-files): Omit `.' and `..' by default, not all files
ending in `.'.

30 years agoFormerly INSTALL.~31~
Richard M. Stallman [Mon, 13 Jun 1994 15:30:51 +0000 (15:30 +0000)]
Formerly INSTALL.~31~

30 years ago(forms-mode): Plug security hole by disabling `eval-buffer' unless
Richard M. Stallman [Mon, 13 Jun 1994 12:07:44 +0000 (12:07 +0000)]
(forms-mode): Plug security hole by disabling `eval-buffer' unless
`enable-local-eval' is set to t.
Correct setting of `forms--mode-setup'.
(forms--local-write-file-function): New function to be used as
`local-write-file-hooks'.
(forms-mode): Use it.
(forms-find-file,forms-find-file-other-window): Locally set
`enable-local-eval' and `enable-local-variables' to t.
(forms-find-file-other-window): Remove extraneous call to
`eval-current-buffer'.

30 years ago(transpose_markers): Allow for gap at start of region.
Karl Heuer [Sun, 12 Jun 1994 19:58:00 +0000 (19:58 +0000)]
(transpose_markers): Allow for gap at start of region.
(Ftranspose_regions): Don't precompute pointers into buffer text.

30 years ago(iso-iso2tex-trans-tab): Change a few characters.
Richard M. Stallman [Sun, 12 Jun 1994 15:58:51 +0000 (15:58 +0000)]
(iso-iso2tex-trans-tab): Change a few characters.
(iso-iso2gtex-trans-tab): Likewise.
(iso-tex2iso-trans-tab): Add braces to some characters.
(iso-gtex2iso-trans-tab): Likewise.

30 years ago(x_window): Request "save yourself" commands.
Richard M. Stallman [Sun, 12 Jun 1994 15:43:34 +0000 (15:43 +0000)]
(x_window): Request "save yourself" commands.

30 years ago(Info-fontify-node): Require some whitespace after *Note.
Richard M. Stallman [Sun, 12 Jun 1994 14:37:21 +0000 (14:37 +0000)]
(Info-fontify-node): Require some whitespace after *Note.

30 years ago(mail): If homedir is nonexistent, don't use as default.
Richard M. Stallman [Sun, 12 Jun 1994 12:57:42 +0000 (12:57 +0000)]
(mail): If homedir is nonexistent, don't use as default.

30 years ago(read_char): When we loop and call redisplay,
Richard M. Stallman [Sun, 12 Jun 1994 12:42:56 +0000 (12:42 +0000)]
(read_char): When we loop and call redisplay,
do prepare_menu_bars first.

30 years ago(Freplace_match): Be sure not to treat non-digit like digit.
Richard M. Stallman [Sat, 11 Jun 1994 21:53:09 +0000 (21:53 +0000)]
(Freplace_match): Be sure not to treat non-digit like digit.

30 years ago(server-start): Doc fix.
Richard M. Stallman [Sat, 11 Jun 1994 20:18:46 +0000 (20:18 +0000)]
(server-start): Doc fix.

30 years ago(xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case.
Richard M. Stallman [Sat, 11 Jun 1994 20:11:36 +0000 (20:11 +0000)]
(xmenu_show): Don't call XMenuDestroy twice in XM_FAILURE case.

30 years ago(xterm.o): Depend on dispextern.h.
Richard M. Stallman [Sat, 11 Jun 1994 20:09:33 +0000 (20:09 +0000)]
(xterm.o): Depend on dispextern.h.

30 years ago(latex-mode, slitex-mode): In paragraph-separate,
Richard M. Stallman [Sat, 11 Jun 1994 19:19:31 +0000 (19:19 +0000)]
(latex-mode, slitex-mode): In paragraph-separate,
delete spurious \\\\ from char set.

30 years ago(isearch-mode-map):
Richard M. Stallman [Sat, 11 Jun 1994 18:59:38 +0000 (18:59 +0000)]
(isearch-mode-map):
Bind the ASCII-equivalent fcn keys explicitly to nil.

30 years ago(iso-translate-conventions): Get rid of interactive spec.
Richard M. Stallman [Sat, 11 Jun 1994 18:17:00 +0000 (18:17 +0000)]
(iso-translate-conventions): Get rid of interactive spec.

30 years ago(mouse-avoidance-point-position): Fix compute-motion
Richard M. Stallman [Sat, 11 Jun 1994 12:14:28 +0000 (12:14 +0000)]
(mouse-avoidance-point-position): Fix compute-motion
call to use (X . Y) relative to window, not frame.
Avoid errors if window-start < point-min.

30 years ago(X_IO_BUG): Defined.
Richard M. Stallman [Sat, 11 Jun 1994 12:12:57 +0000 (12:12 +0000)]
(X_IO_BUG): Defined.

30 years ago(tex-font-lock-keywords): Make the pattern for
Richard M. Stallman [Sat, 11 Jun 1994 12:11:27 +0000 (12:11 +0000)]
(tex-font-lock-keywords): Make the pattern for
macros respect TeX's idea of identifiers.
(font-lock-set-defaults): Don't check for 'tex-mode, but instead
for 'plain-tex-mode, 'latex-mode, and 'slitex-mode which is what
tex-mode.el uses.

30 years ago(comint-dynamic-list-completions): No space in *Completions*.
Richard M. Stallman [Fri, 10 Jun 1994 23:02:04 +0000 (23:02 +0000)]
(comint-dynamic-list-completions): No space in *Completions*.

30 years ago(lisp-complete-symbol): Likewise.
Richard M. Stallman [Fri, 10 Jun 1994 23:01:49 +0000 (23:01 +0000)]
(lisp-complete-symbol): Likewise.

30 years ago(PC-do-completion): Likewise.
Richard M. Stallman [Fri, 10 Jun 1994 23:01:33 +0000 (23:01 +0000)]
(PC-do-completion): Likewise.

30 years ago(complete-tag): Likewise.
Richard M. Stallman [Fri, 10 Jun 1994 23:01:10 +0000 (23:01 +0000)]
(complete-tag): Likewise.