bpt/emacs.git
27 years ago(normalize_filename): Always lower-case drive letters, even on systems
Miles Bader [Sun, 7 Jul 1996 01:59:24 +0000 (01:59 +0000)]
(normalize_filename): Always lower-case drive letters, even on systems
that preserve case in filenames.
(sys_rename): Do not delete newname if only changing case.  On Windows
95, use our version of mktemp (not the MSVC version) and give
the temp name a long extension to ensure the final rename works
as expected.

27 years ago(timezone-parse-date): Handle ISO 8601 dates, so rmailsort does the right
Miles Bader [Sun, 7 Jul 1996 01:59:20 +0000 (01:59 +0000)]
(timezone-parse-date): Handle ISO 8601 dates, so rmailsort does the right
  thing with them.

27 years ago(mouse-show-mark): In transient mark mode, delete mouse-drag-overlay.
Miles Bader [Sun, 7 Jul 1996 01:59:10 +0000 (01:59 +0000)]
(mouse-show-mark): In transient mark mode, delete mouse-drag-overlay.
(mouse-undouble-last-event): New function.
(mouse-show-mark): Call mouse-undouble-last-event.

27 years ago(tar-mode-map): Bind up and down like C-p, C-n.
Miles Bader [Sun, 7 Jul 1996 01:59:04 +0000 (01:59 +0000)]
(tar-mode-map): Bind up and down like C-p, C-n.

27 years ago(insert-directory): Fix previous change.
Erik Naggum [Sun, 7 Jul 1996 01:07:32 +0000 (01:07 +0000)]
(insert-directory): Fix previous change.

27 years ago(Fcall_process) [MSDOS]:
Miles Bader [Sat, 6 Jul 1996 20:02:39 +0000 (20:02 +0000)]
(Fcall_process) [MSDOS]:
  Initialize fd[0]; unlink `tempfile' in case of errors.
  Make the `tempfile' parameter passed to `report_file_error' be a Lisp string.
(Fcall_process):
  When fd_error is negative, don't close fd[0] if it's same as filefd.
  If stderr is redirected to NULL_DEVICE, make `report_file_error' print the
  name of device.  Make the arguments a cons cell.

27 years ago(Fvertical_motion): Doc fix.
Miles Bader [Sat, 6 Jul 1996 20:02:35 +0000 (20:02 +0000)]
(Fvertical_motion): Doc fix.

27 years agoWrongly places parens.
Lars Magne Ingebrigtsen [Sat, 6 Jul 1996 02:09:31 +0000 (02:09 +0000)]
Wrongly places parens.

27 years ago* gnus-cus.el (()): Make sure that calling `gnus-visual-p' during
Lars Magne Ingebrigtsen [Sat, 6 Jul 1996 02:05:22 +0000 (02:05 +0000)]
* gnus-cus.el (()): Make sure that calling `gnus-visual-p' during
byte-compilation doesn't bug out.

27 years agoRemoved debug code.
Simon Marshall [Fri, 5 Jul 1996 13:35:41 +0000 (13:35 +0000)]
Removed debug code.

27 years ago(newline): Don't do the optimization if the newline before point is
Miles Bader [Thu, 4 Jul 1996 18:55:49 +0000 (18:55 +0000)]
(newline): Don't do the optimization if the newline before point is
intangible or read-only or invisible.

27 years agoDeclare lw_motif_menu_related_event_p.
Miles Bader [Thu, 4 Jul 1996 05:59:23 +0000 (05:59 +0000)]
Declare lw_motif_menu_related_event_p.

27 years ago(lw_toolkit_related_event_p): A predicate to identify toolkit-specific events.
Miles Bader [Thu, 4 Jul 1996 05:50:07 +0000 (05:50 +0000)]
(lw_toolkit_related_event_p): A predicate to identify toolkit-specific events.

27 years ago(lw_motif_menu_related_event_p): A predicate to identify keyboard events
Miles Bader [Thu, 4 Jul 1996 05:46:24 +0000 (05:46 +0000)]
(lw_motif_menu_related_event_p): A predicate to identify keyboard events
intended only for menus.

27 years agoDeclare lw_toolkit_related_event_p.
Miles Bader [Thu, 4 Jul 1996 05:46:22 +0000 (05:46 +0000)]
Declare lw_toolkit_related_event_p.

27 years ago(XTread_socket): Use lw_tookit_related_event_p to avoid sending
Miles Bader [Thu, 4 Jul 1996 05:46:05 +0000 (05:46 +0000)]
(XTread_socket): Use lw_tookit_related_event_p to avoid sending
toolkit-specific events to Emacs.

27 years ago(unfocus-frame, focus-frame): Define as no-ops.
Miles Bader [Thu, 4 Jul 1996 05:45:59 +0000 (05:45 +0000)]
(unfocus-frame, focus-frame): Define as no-ops.

27 years ago(scheme-mode-variables): Set comment-start-skip to ignore backslash-quoted
Miles Bader [Thu, 4 Jul 1996 05:45:55 +0000 (05:45 +0000)]
(scheme-mode-variables): Set comment-start-skip to ignore backslash-quoted
semicolons.

27 years ago(lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted
Miles Bader [Thu, 4 Jul 1996 05:45:50 +0000 (05:45 +0000)]
(lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted
semicolons.

27 years ago(insert-directory): When converting SWITCHES string to a list, put back
Miles Bader [Thu, 4 Jul 1996 05:45:38 +0000 (05:45 +0000)]
(insert-directory): When converting SWITCHES string to a list, put back
in original order.

27 years ago(smtpmail-send-it): Ignore `To:' if there is a `Resent-to':.
Miles Bader [Thu, 4 Jul 1996 05:45:33 +0000 (05:45 +0000)]
(smtpmail-send-it): Ignore `To:' if there is a `Resent-to':.

27 years agoWould infloop under certain conditions.
Lars Magne Ingebrigtsen [Thu, 4 Jul 1996 04:16:24 +0000 (04:16 +0000)]
Would infloop under certain conditions.

27 years agoformatting tweaks
Mike Stump [Wed, 3 Jul 1996 23:05:19 +0000 (23:05 +0000)]
formatting tweaks

27 years ago(using-unix-filesystems): Doc fix.
Miles Bader [Wed, 3 Jul 1996 02:05:46 +0000 (02:05 +0000)]
(using-unix-filesystems): Doc fix.

27 years ago(main) [HAVE_SOCKETS]: Call rewind before writing to infile.
Miles Bader [Wed, 3 Jul 1996 02:05:29 +0000 (02:05 +0000)]
(main) [HAVE_SOCKETS]: Call rewind before writing to infile.

27 years agoMajor rewrite.
Miles Bader [Wed, 3 Jul 1996 01:30:24 +0000 (01:30 +0000)]
Major rewrite.

27 years ago* gnus-cache.el (gnus-cache-possibly-alter-active): Check for
Lars Magne Ingebrigtsen [Tue, 2 Jul 1996 23:37:45 +0000 (23:37 +0000)]
* gnus-cache.el (gnus-cache-possibly-alter-active): Check for
gnus-cache-active-hashtb before using it.

27 years ago(msdos_downcase_filename):
Miles Bader [Tue, 2 Jul 1996 16:27:07 +0000 (16:27 +0000)]
(msdos_downcase_filename):
  Always lower-case drive letters, even on systems that preserve case in
  filenames.

27 years ago(DRIVE_LETTER) [MSDOS]: Lower-case drive letters.
Miles Bader [Tue, 2 Jul 1996 16:25:58 +0000 (16:25 +0000)]
(DRIVE_LETTER) [MSDOS]: Lower-case drive letters.

27 years agoDelete spurious period from last change.
Miles Bader [Tue, 2 Jul 1996 16:25:41 +0000 (16:25 +0000)]
Delete spurious period from last change.

27 years ago(x_clear_frame_selections): Don't call redisplay_preserve_echo_area here.
Miles Bader [Tue, 2 Jul 1996 16:25:19 +0000 (16:25 +0000)]
(x_clear_frame_selections): Don't call redisplay_preserve_echo_area here.

27 years ago(HAVE_X11R4, HAVE_X11R5):
Miles Bader [Tue, 2 Jul 1996 16:25:01 +0000 (16:25 +0000)]
(HAVE_X11R4, HAVE_X11R5):
  Definitions deleted since xterm.h and config.h should take care of them.

27 years agoRemove all references to wakeup.
Miles Bader [Tue, 2 Jul 1996 16:24:29 +0000 (16:24 +0000)]
Remove all references to wakeup.

27 years ago(rmail-make-basic-summary-line): Accept ISO 8601 dates as well.
Miles Bader [Tue, 2 Jul 1996 16:23:51 +0000 (16:23 +0000)]
(rmail-make-basic-summary-line): Accept ISO 8601 dates as well.

27 years ago(mail-hist-current-header-name): Use buffer-substring-no-properties.
Miles Bader [Tue, 2 Jul 1996 16:23:34 +0000 (16:23 +0000)]
(mail-hist-current-header-name): Use buffer-substring-no-properties.

27 years ago(require 'cl) is only necessary when compiling.
Erik Naggum [Tue, 2 Jul 1996 00:01:05 +0000 (00:01 +0000)]
(require 'cl) is only necessary when compiling.

27 years ago* etags.c (C_stab_entry): New keywords for C++ namespace, bool,
Francesco Potortì [Mon, 1 Jul 1996 15:17:24 +0000 (15:17 +0000)]
* etags.c (C_stab_entry): New keywords for C++ namespace, bool,
        explicit, mutable, typename.

27 years ago(vip-read-key): inhibit quit added.
Michael Kifer [Mon, 1 Jul 1996 02:34:51 +0000 (02:34 +0000)]
(vip-read-key): inhibit quit added.

27 years agoLoad `gnus-score-mode' from "score-mode".
Lars Magne Ingebrigtsen [Sun, 30 Jun 1996 18:19:19 +0000 (18:19 +0000)]
Load `gnus-score-mode' from "score-mode".

27 years agoInitial revision
Lars Magne Ingebrigtsen [Sun, 30 Jun 1996 18:06:24 +0000 (18:06 +0000)]
Initial revision

27 years ago(Info-next-preorder): After we move up, move forward again.
Richard M. Stallman [Sun, 30 Jun 1996 08:12:17 +0000 (08:12 +0000)]
(Info-next-preorder): After we move up, move forward again.
(Info-last-preorder): After we move down or to the prev,
move down again.

27 years ago(check for using Lucid widgets by default):
Richard M. Stallman [Sun, 30 Jun 1996 07:05:55 +0000 (07:05 +0000)]
(check for using Lucid widgets by default):
Eliminate indentation that confuses some compilers.

27 years ago(LIB_MOTIF): Fix typo.
Richard M. Stallman [Sun, 30 Jun 1996 00:22:27 +0000 (00:22 +0000)]
(LIB_MOTIF): Fix typo.

27 years ago(main): Add `GNU Emacs' to the response to --version.
Richard M. Stallman [Sat, 29 Jun 1996 23:05:16 +0000 (23:05 +0000)]
(main): Add `GNU Emacs' to the response to --version.

27 years ago(ask-user-about-supersession-help): Change help text.
Richard M. Stallman [Sat, 29 Jun 1996 20:04:54 +0000 (20:04 +0000)]
(ask-user-about-supersession-help): Change help text.
(ask-user-about-supersession-threat): Add new `r' alternative.

27 years ago(set-visited-file-name): New optional arg NO-QUERY.
Richard M. Stallman [Sat, 29 Jun 1996 19:50:56 +0000 (19:50 +0000)]
(set-visited-file-name): New optional arg NO-QUERY.

27 years agoIgnore =... files when checking for too-long Lisp file names.
Richard M. Stallman [Sat, 29 Jun 1996 07:09:25 +0000 (07:09 +0000)]
Ignore =... files when checking for too-long Lisp file names.

27 years ago(long): Don't update getdate.c.
Richard M. Stallman [Sat, 29 Jun 1996 07:01:10 +0000 (07:01 +0000)]
(long): Don't update getdate.c.

27 years ago(euidaccess): Check for that, not for eaccess.
Richard M. Stallman [Sat, 29 Jun 1996 06:47:14 +0000 (06:47 +0000)]
(euidaccess): Check for that, not for eaccess.

(mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.

27 years ago(Fx_create_frame): Gcpro parms, parent, and name.
Richard M. Stallman [Sat, 29 Jun 1996 06:45:08 +0000 (06:45 +0000)]
(Fx_create_frame): Gcpro parms, parent, and name.

27 years ago(bibtex-reference-head): Allow whitespace after the open paren.
Richard M. Stallman [Sat, 29 Jun 1996 06:21:48 +0000 (06:21 +0000)]
(bibtex-reference-head): Allow whitespace after the open paren.

27 years ago(tmm-add-prompt): If tmm-completion-prompt is nil,
Richard M. Stallman [Sat, 29 Jun 1996 06:21:17 +0000 (06:21 +0000)]
(tmm-add-prompt): If tmm-completion-prompt is nil,
don't insert it; instead delete the usual completion helptext.
(tmm-completion-prompt): Doc fix.

27 years ago(print): Obey Vprint_length for vectors, bitvectors.
Richard M. Stallman [Sat, 29 Jun 1996 06:20:14 +0000 (06:20 +0000)]
(print): Obey Vprint_length for vectors, bitvectors.

27 years ago(GETPGRP_NO_ARG): Always define it, if __GNU_LIBRARY__.
Richard M. Stallman [Sat, 29 Jun 1996 05:04:29 +0000 (05:04 +0000)]
(GETPGRP_NO_ARG): Always define it, if __GNU_LIBRARY__.

27 years ago(mouse-start-end): Support selecting strings by double
Richard M. Stallman [Sat, 29 Jun 1996 01:02:59 +0000 (01:02 +0000)]
(mouse-start-end): Support selecting strings by double
clicking on a character with quote syntax.

27 years ago(executable-set-magic): Add space at end of line
Richard M. Stallman [Sat, 29 Jun 1996 00:57:36 +0000 (00:57 +0000)]
(executable-set-magic): Add space at end of line
if user says no to adding the shell's usual arguments.
Don't clear the buffer's modified-flag.

27 years agoSynched with Gnus 5.2.31.
Lars Magne Ingebrigtsen [Sat, 29 Jun 1996 00:29:17 +0000 (00:29 +0000)]
Synched with Gnus 5.2.31.

27 years agoWrong version number.
Lars Magne Ingebrigtsen [Sat, 29 Jun 1996 00:19:28 +0000 (00:19 +0000)]
Wrong version number.

27 years agoSynched with Gnus 5.2.31.
Lars Magne Ingebrigtsen [Sat, 29 Jun 1996 00:09:34 +0000 (00:09 +0000)]
Synched with Gnus 5.2.31.

27 years ago(view-mode): Doc fix.
Richard M. Stallman [Fri, 28 Jun 1996 20:03:15 +0000 (20:03 +0000)]
(view-mode): Doc fix.

27 years ago(make_frame_without_minibuffer): GCPRO the frame f.
Richard M. Stallman [Fri, 28 Jun 1996 19:12:31 +0000 (19:12 +0000)]
(make_frame_without_minibuffer): GCPRO the frame f.

27 years ago(Fmove_to_column): Go after invis chars at the goal column.
Richard M. Stallman [Fri, 28 Jun 1996 18:55:04 +0000 (18:55 +0000)]
(Fmove_to_column): Go after invis chars at the goal column.

27 years ago(mips:*:*:UMIPS): Fix typo in last change.
Richard Kenner [Fri, 28 Jun 1996 17:28:58 +0000 (17:28 +0000)]
(mips:*:*:UMIPS): Fix typo in last change.

27 years ago(AMPERSAND_FULL_NAME): Defined by default.
Richard M. Stallman [Fri, 28 Jun 1996 08:59:13 +0000 (08:59 +0000)]
(AMPERSAND_FULL_NAME): Defined by default.

27 years ago(ispell-message): Support message-mode.
Richard M. Stallman [Fri, 28 Jun 1996 08:55:00 +0000 (08:55 +0000)]
(ispell-message): Support message-mode.

27 years ago(french-calendar-accents): New variable.
Richard M. Stallman [Fri, 28 Jun 1996 08:44:25 +0000 (08:44 +0000)]
(french-calendar-accents): New variable.
(french-calendar-month-name-array): Check that variable.
(french-calendar-special-days-array): Likewise.
(calendar-french-date-string): Likewise.
(calendar-goto-french-date): Likewise.

27 years ago(rmail-get-new-mail): Run rmail-before-get-new-mail-hook.
Richard M. Stallman [Fri, 28 Jun 1996 08:39:55 +0000 (08:39 +0000)]
(rmail-get-new-mail): Run rmail-before-get-new-mail-hook.

27 years ago(abbreviate-file-name): Ignore automount-dir-prefix if nil.
Richard M. Stallman [Fri, 28 Jun 1996 08:28:51 +0000 (08:28 +0000)]
(abbreviate-file-name): Ignore automount-dir-prefix if nil.

27 years ago(rmail-send-actions-rmail-buffer): Mark as permanent-local.
Richard M. Stallman [Fri, 28 Jun 1996 08:25:55 +0000 (08:25 +0000)]
(rmail-send-actions-rmail-buffer): Mark as permanent-local.
(rmail-send-actions-rmail-msg-number): Likewise.

27 years ago(mail-reply-buffer, mail-send-actions):
Richard M. Stallman [Fri, 28 Jun 1996 08:25:40 +0000 (08:25 +0000)]
(mail-reply-buffer, mail-send-actions):
Mark them as permanent-local.
(mail-mode): Don't set mail-reply-buffer to nil.

27 years ago(auto-mode-alist): Treat .pm like .pl.
Richard M. Stallman [Fri, 28 Jun 1996 08:21:49 +0000 (08:21 +0000)]
(auto-mode-alist): Treat .pm like .pl.

27 years ago(skeleton-proxy-new): New function.
Richard M. Stallman [Fri, 28 Jun 1996 08:11:18 +0000 (08:11 +0000)]
(skeleton-proxy-new): New function.
(define-skeleton): Define the skeleton as a defun
using skeleton-proxy-new.

27 years ago(redisplay_internal): Use last_had_star to decide
Richard M. Stallman [Fri, 28 Jun 1996 08:10:29 +0000 (08:10 +0000)]
(redisplay_internal): Use last_had_star to decide
whether to update the mode line to update the star.
(update_menu_bar): Likewise.
Also, don't set w->update_mode_line for frames that use set_frame_menubar.
(redisplay_internal, mark_window_display_accurate): Set last_had_star.

27 years ago(struct window): New field, last_had_star.
Richard M. Stallman [Fri, 28 Jun 1996 08:09:53 +0000 (08:09 +0000)]
(struct window): New field, last_had_star.

27 years ago(comint-send-input): Use insert-before-markers for all the insertions.
Richard M. Stallman [Fri, 28 Jun 1996 08:08:45 +0000 (08:08 +0000)]
(comint-send-input): Use insert-before-markers for all the insertions.

27 years ago(LIB_MOTIF): New definition.
Richard M. Stallman [Fri, 28 Jun 1996 08:06:37 +0000 (08:06 +0000)]
(LIB_MOTIF): New definition.

27 years ago(standard_args): Delete `-rn' option.
Richard M. Stallman [Fri, 28 Jun 1996 07:59:35 +0000 (07:59 +0000)]
(standard_args): Delete `-rn' option.

27 years ago(x-handle-name-switch): Renamed from x-handle-name-rn-switch.
Richard M. Stallman [Fri, 28 Jun 1996 07:59:01 +0000 (07:59 +0000)]
(x-handle-name-switch): Renamed from x-handle-name-rn-switch.

27 years ago(command-line-x-option-alist): Don't handle -rn.
Richard M. Stallman [Fri, 28 Jun 1996 07:58:29 +0000 (07:58 +0000)]
(command-line-x-option-alist): Don't handle -rn.
x-handle-name-rn-switch renamed to x-handle-name-switch.

27 years agoAdd `dir ../lwlib'.
Richard M. Stallman [Fri, 28 Jun 1996 07:48:15 +0000 (07:48 +0000)]
Add `dir ../lwlib'.

27 years ago(profile-functions): No need to assume that the
Richard M. Stallman [Fri, 28 Jun 1996 07:32:38 +0000 (07:32 +0000)]
(profile-functions): No need to assume that the
current buffer is writable.
(profile-print, profile-results): Changed to display number of
calls and average time per call.
(profile-update-function): Update the number of calls.
(profile-a-function): Init the number of calls.

27 years ago(rmail-unix-mail-delimiter):
Richard M. Stallman [Fri, 28 Jun 1996 07:10:30 +0000 (07:10 +0000)]
(rmail-unix-mail-delimiter):
Accept more user names, since they can be
mangled badly by modern Unix mailers (e.g. Solaris 2.5 mail.local).
Be a little more picky about dates to compensate.
Match all the digits of a year, as per RFC 1123 section 5.2.14.
(rmail-nuke-pinhead-header): Adjust to regexp renumbering in
rmail-unix-mail-delimiter.

27 years ago(check_executable): Use euidaccess, not eaccess.
Richard M. Stallman [Fri, 28 Jun 1996 07:05:19 +0000 (07:05 +0000)]
(check_executable): Use euidaccess, not eaccess.

27 years ago(HAVE_EUIDACCESS): This replaces HAVE_EACCESS.
Richard M. Stallman [Fri, 28 Jun 1996 07:01:51 +0000 (07:01 +0000)]
(HAVE_EUIDACCESS): This replaces HAVE_EACCESS.

27 years ago(mail-user-agent): Replaces mua-paradigm.
Richard M. Stallman [Fri, 28 Jun 1996 06:56:17 +0000 (06:56 +0000)]
(mail-user-agent): Replaces mua-paradigm.
(mh-find-path): Set mail-user-agent.

27 years agoComment changes.
Richard M. Stallman [Fri, 28 Jun 1996 06:51:32 +0000 (06:51 +0000)]
Comment changes.

27 years agoDon't define HAVE_X11R5 here.
Richard M. Stallman [Fri, 28 Jun 1996 06:47:56 +0000 (06:47 +0000)]
Don't define HAVE_X11R5 here.

27 years ago(HAVE_X11R5): Add #undef.
Richard M. Stallman [Fri, 28 Jun 1996 06:46:12 +0000 (06:46 +0000)]
(HAVE_X11R5): Add #undef.

27 years ago(unexec): Cast result of sbrk.
Richard M. Stallman [Fri, 28 Jun 1996 06:31:22 +0000 (06:31 +0000)]
(unexec): Cast result of sbrk.
(run_time_remap): Cat arg to brk.

27 years ago(x_connection_closed): Call clear_waiting_for_input.
Richard M. Stallman [Thu, 27 Jun 1996 23:20:46 +0000 (23:20 +0000)]
(x_connection_closed): Call clear_waiting_for_input.

27 years agoAdd rules for the Message manual.
Lars Magne Ingebrigtsen [Thu, 27 Jun 1996 22:23:03 +0000 (22:23 +0000)]
Add rules for the Message manual.

27 years ago(modify_event_symbol): Add properly to *symbol_table.
Richard M. Stallman [Thu, 27 Jun 1996 08:16:22 +0000 (08:16 +0000)]
(modify_event_symbol): Add properly to *symbol_table.

27 years ago(makefile-gnumake-functions-alist): Add `addprefix'.
Richard M. Stallman [Thu, 27 Jun 1996 07:48:39 +0000 (07:48 +0000)]
(makefile-gnumake-functions-alist): Add `addprefix'.

28 years ago(sunos4.1.[3-9]*noshare): Eliminate dash from before `noshare'.
Richard M. Stallman [Thu, 27 Jun 1996 06:14:49 +0000 (06:14 +0000)]
(sunos4.1.[3-9]*noshare): Eliminate dash from before `noshare'.

28 years ago(x_error_quitter): Delete newline from sprintf string.
Richard M. Stallman [Thu, 27 Jun 1996 00:25:07 +0000 (00:25 +0000)]
(x_error_quitter): Delete newline from sprintf string.

28 years ago(mail-extract-address-components): Rename ,-pos to comma-pos.
Richard M. Stallman [Wed, 26 Jun 1996 21:48:45 +0000 (21:48 +0000)]
(mail-extract-address-components): Rename ,-pos to comma-pos.

28 years ago(XTread_socket, Xatom_wm_save_yourself clause):
Richard M. Stallman [Wed, 26 Jun 1996 18:16:08 +0000 (18:16 +0000)]
(XTread_socket, Xatom_wm_save_yourself clause):
Don't call XSetCommand if f is 0.

28 years ago(outline-minor-mode): No longer permanent local.
Richard M. Stallman [Wed, 26 Jun 1996 18:03:44 +0000 (18:03 +0000)]
(outline-minor-mode): No longer permanent local.

28 years agoComment changes.
Richard M. Stallman [Wed, 26 Jun 1996 18:01:42 +0000 (18:01 +0000)]
Comment changes.

28 years ago(re_max_failures): Reduce to 4000.
Richard M. Stallman [Wed, 26 Jun 1996 18:00:52 +0000 (18:00 +0000)]
(re_max_failures): Reduce to 4000.