]> git.eshelyaron.com Git - emacs.git/log
emacs.git
31 years ago*** empty log message ***
Karl Heuer [Sat, 20 Nov 1993 04:05:45 +0000 (04:05 +0000)]
*** empty log message ***

31 years ago(Frename_buffer): When the current buffer is already named NAME, don't
Roland McGrath [Sat, 20 Nov 1993 01:41:51 +0000 (01:41 +0000)]
(Frename_buffer): When the current buffer is already named NAME, don't
short-circuit and just return unless UNIQUE is nil.  This makes passing
UNIQUE=t equivalent to (rename-buffer (generate-new-buffer-name NAME)).
This is useful way to rename the buffer automatically so you can create
another with the original name.

31 years agoUndo last change. SPC feeping at you is too annoying.
Roland McGrath [Sat, 20 Nov 1993 01:31:19 +0000 (01:31 +0000)]
Undo last change.  SPC feeping at you is too annoying.

31 years ago(Frename_buffer): Change s to B in interactive spec to give buffer-name
Roland McGrath [Sat, 20 Nov 1993 01:28:24 +0000 (01:28 +0000)]
(Frename_buffer): Change s to B in interactive spec to give buffer-name
completion.  Buffers are often renamed to a name similar to the name of an
existing buffer.

31 years agoComment changes.
Richard M. Stallman [Sat, 20 Nov 1993 00:42:55 +0000 (00:42 +0000)]
Comment changes.

31 years ago(HAVE_UNISTD_H): No need to define here.
Richard M. Stallman [Fri, 19 Nov 1993 18:26:10 +0000 (18:26 +0000)]
(HAVE_UNISTD_H): No need to define here.

31 years ago(Flist_buffers): Always return a value.
Richard M. Stallman [Fri, 19 Nov 1993 17:48:44 +0000 (17:48 +0000)]
(Flist_buffers): Always return a value.

31 years ago(read_minibuf): History list always gets strings,
Richard M. Stallman [Fri, 19 Nov 1993 17:44:23 +0000 (17:44 +0000)]
(read_minibuf): History list always gets strings,
not Lisp objects made by read.

31 years ago(eval-expression): Don't bind minibuffer-history-sexp-flag.
Richard M. Stallman [Fri, 19 Nov 1993 17:43:24 +0000 (17:43 +0000)]
(eval-expression): Don't bind minibuffer-history-sexp-flag.
(edit-and-eval-command): Likewise.

31 years ago(ange-ftp-parse-dired-listing): Skip extra blank line
Richard M. Stallman [Fri, 19 Nov 1993 16:19:32 +0000 (16:19 +0000)]
(ange-ftp-parse-dired-listing): Skip extra blank line
after the "total" line.

31 years ago(hexlify-buffer): Add autoload cookie.
Richard M. Stallman [Fri, 19 Nov 1993 15:57:50 +0000 (15:57 +0000)]
(hexlify-buffer): Add autoload cookie.

31 years ago(calculate-fortran-indent): Fixup regexp for where statements.
Richard M. Stallman [Thu, 18 Nov 1993 10:03:14 +0000 (10:03 +0000)]
(calculate-fortran-indent): Fixup regexp for where statements.

31 years ago(read_avail_input): Don't set nread to -1
Richard M. Stallman [Thu, 18 Nov 1993 09:45:27 +0000 (09:45 +0000)]
(read_avail_input): Don't set nread to -1
if we loop around in the loop that calls read.

31 years ago(r_alloc_init): Explicitly use real_morecore
Richard M. Stallman [Thu, 18 Nov 1993 09:26:05 +0000 (09:26 +0000)]
(r_alloc_init): Explicitly use real_morecore
to allocate the entire incomplete page.

31 years ago(FIRST_PTY_LETTER): Defined.
Richard M. Stallman [Thu, 18 Nov 1993 06:05:12 +0000 (06:05 +0000)]
(FIRST_PTY_LETTER): Defined.

31 years agoDelete jumk.c before writing it.
Richard M. Stallman [Thu, 18 Nov 1993 05:57:17 +0000 (05:57 +0000)]
Delete jumk.c before writing it.

31 years ago(iso-accents-list): Add "s.
Richard M. Stallman [Thu, 18 Nov 1993 05:45:07 +0000 (05:45 +0000)]
(iso-accents-list): Add "s.

31 years ago(iso-accents-list): Fix entries for 'y and ~c.
Richard M. Stallman [Thu, 18 Nov 1993 05:25:21 +0000 (05:25 +0000)]
(iso-accents-list): Fix entries for 'y and ~c.

31 years ago(comint-scroll-show-maximum-output): Make default nil.
Richard M. Stallman [Wed, 17 Nov 1993 14:20:31 +0000 (14:20 +0000)]
(comint-scroll-show-maximum-output): Make default nil.

31 years ago(gnus-summary-save-in-mail): Use rmail-output
Richard M. Stallman [Wed, 17 Nov 1993 13:41:50 +0000 (13:41 +0000)]
(gnus-summary-save-in-mail): Use rmail-output
if the file is not an Rmail file.

31 years ago(font-lock-hack-keywords):
Richard M. Stallman [Wed, 17 Nov 1993 13:12:29 +0000 (13:12 +0000)]
(font-lock-hack-keywords):
Handle next-single-property-change returning nil.

31 years ago(Fkey_binding): Doc fix.
Richard M. Stallman [Wed, 17 Nov 1993 11:25:53 +0000 (11:25 +0000)]
(Fkey_binding): Doc fix.

31 years ago(keys_of_cmds): Make 0377 self-inserting.
Richard M. Stallman [Wed, 17 Nov 1993 11:01:21 +0000 (11:01 +0000)]
(keys_of_cmds): Make 0377 self-inserting.

31 years ago(doprnt): Cast the value alloca returns.
Richard M. Stallman [Tue, 16 Nov 1993 16:21:26 +0000 (16:21 +0000)]
(doprnt): Cast the value alloca returns.

31 years ago(gnus-summary-save-in-mail): Don't use rmail-output.
Richard M. Stallman [Tue, 16 Nov 1993 10:47:27 +0000 (10:47 +0000)]
(gnus-summary-save-in-mail): Don't use rmail-output.
Instead, use either gnus-output-to-rmail or gnus-output-to-file.
Expand filename before use.

31 years ago(rmail-file-p): Add autoload cookie.
Richard M. Stallman [Tue, 16 Nov 1993 10:44:47 +0000 (10:44 +0000)]
(rmail-file-p): Add autoload cookie.

31 years ago(comint-send-input): Run comint-output-filter-functions
Richard M. Stallman [Tue, 16 Nov 1993 09:29:01 +0000 (09:29 +0000)]
(comint-send-input): Run comint-output-filter-functions
only if process is using comint-output-filter as its filter.

31 years ago(install): Don't change mode or group when installing.
Richard M. Stallman [Tue, 16 Nov 1993 09:22:47 +0000 (09:22 +0000)]
(install): Don't change mode or group when installing.

31 years ago(mkdir): Ignore error from chmod.
Richard M. Stallman [Tue, 16 Nov 1993 09:20:07 +0000 (09:20 +0000)]
(mkdir): Ignore error from chmod.

31 years ago(rmail-set-attribute): Do nothing if MSGNUM is 0.
Richard M. Stallman [Tue, 16 Nov 1993 08:45:56 +0000 (08:45 +0000)]
(rmail-set-attribute): Do nothing if MSGNUM is 0.

31 years ago(remove-hook): Doc fix.
Richard M. Stallman [Tue, 16 Nov 1993 08:44:51 +0000 (08:44 +0000)]
(remove-hook): Doc fix.

31 years ago(distclean): Do delete Makefile and Makefile.in.
Richard M. Stallman [Tue, 16 Nov 1993 08:39:13 +0000 (08:39 +0000)]
(distclean): Do delete Makefile and Makefile.in.

31 years ago(FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
Richard M. Stallman [Tue, 16 Nov 1993 08:24:30 +0000 (08:24 +0000)]
(FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.

31 years ago(Foverlay_put): Don't call redisplay_region if overlay has no buffer.
Richard M. Stallman [Tue, 16 Nov 1993 07:09:11 +0000 (07:09 +0000)]
(Foverlay_put): Don't call redisplay_region if overlay has no buffer.

31 years ago(nntp-encode-text): Insert a CR before the newline.
Richard M. Stallman [Tue, 16 Nov 1993 06:53:45 +0000 (06:53 +0000)]
(nntp-encode-text): Insert a CR before the newline.

31 years ago(Info-mode): Doc fix.
Richard M. Stallman [Tue, 16 Nov 1993 06:52:12 +0000 (06:52 +0000)]
(Info-mode): Doc fix.

31 years ago(iso-accents-list): Added /A for A-with-ring
Richard M. Stallman [Tue, 16 Nov 1993 06:33:45 +0000 (06:33 +0000)]
(iso-accents-list):  Added /A for A-with-ring
and /E for AE-ligature, with lowercase versions.

31 years ago(GNU_MALLOC, REL_ALLOC): Don't define if already defined.
Richard M. Stallman [Tue, 16 Nov 1993 06:21:12 +0000 (06:21 +0000)]
(GNU_MALLOC, REL_ALLOC): Don't define if already defined.

31 years ago(change-log-default-name, add-log-current-defun-function)
Richard M. Stallman [Tue, 16 Nov 1993 06:15:33 +0000 (06:15 +0000)]
(change-log-default-name, add-log-current-defun-function)
(add-log-full-name, add-log-mailing-address): Delete autoload cookies.

31 years ago(LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1.
Richard M. Stallman [Tue, 16 Nov 1993 06:08:33 +0000 (06:08 +0000)]
(LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1.

31 years agoInclude config.h.
Richard M. Stallman [Tue, 16 Nov 1993 05:45:11 +0000 (05:45 +0000)]
Include config.h.

31 years ago(extraclean): Prevent wildcard from starting comment.
Richard M. Stallman [Tue, 16 Nov 1993 05:38:15 +0000 (05:38 +0000)]
(extraclean): Prevent wildcard from starting comment.

31 years ago(appt-display-interval): New variable.
Richard M. Stallman [Tue, 16 Nov 1993 03:30:08 +0000 (03:30 +0000)]
(appt-display-interval): New variable.
(appt-check): Obey that variable.

31 years agoDon't put lisp/forms.README in the distribution.
Richard M. Stallman [Mon, 15 Nov 1993 22:57:57 +0000 (22:57 +0000)]
Don't put lisp/forms.README in the distribution.

31 years ago(read_avail_input): Make cbuf 1 char shorter.
Richard M. Stallman [Mon, 15 Nov 1993 12:28:01 +0000 (12:28 +0000)]
(read_avail_input): Make cbuf 1 char shorter.

31 years ago(HAVE_GETTIMEOFDAY): Don't define if already defined.
Richard M. Stallman [Mon, 15 Nov 1993 12:27:45 +0000 (12:27 +0000)]
(HAVE_GETTIMEOFDAY): Don't define if already defined.

31 years agoDelete spurious CFLAGS=-g.
Richard M. Stallman [Mon, 15 Nov 1993 11:25:17 +0000 (11:25 +0000)]
Delete spurious CFLAGS=-g.

31 years ago(sun-raw-prefix): Make this just a variable, not a function name.
Richard M. Stallman [Mon, 15 Nov 1993 10:52:46 +0000 (10:52 +0000)]
(sun-raw-prefix): Make this just a variable, not a function name.

31 years agoUse build-ins.in, not build-install.in.
Richard M. Stallman [Mon, 15 Nov 1993 10:10:52 +0000 (10:10 +0000)]
Use build-ins.in, not build-install.in.
Don't bother updating TAGS since it's not included.

31 years ago(mouse-save-then-kill-delete-region): Take args BEG and END.
Richard M. Stallman [Mon, 15 Nov 1993 09:56:05 +0000 (09:56 +0000)]
(mouse-save-then-kill-delete-region): Take args BEG and END.
Update the undo list properly.
(mouse-save-then-kill): Pass those args.
When we kill, clear mouse-save-then-kill-posn
and mouse-selection-click-count.
(mouse-secondary-save-then-kill): Likewise.
Delete the overlay after deleting the selection text.
(mouse-selection-click-count): Initialize to 0.
(mouse-save-then-kill-delete-region): Handle buffers with no undo list.
Handle empty regions.  Handle end < beg.

31 years ago[BSD_TERMIOS]: Under NL0, NL1..., ECHO, NOFLSH, TOSTOP,
Richard M. Stallman [Mon, 15 Nov 1993 09:25:17 +0000 (09:25 +0000)]
[BSD_TERMIOS]: Under NL0, NL1..., ECHO, NOFLSH, TOSTOP,
FLUSHO and PENDIN.

31 years ago(describe-project): New function, on C-h C-p.
Richard M. Stallman [Mon, 15 Nov 1993 09:23:34 +0000 (09:23 +0000)]
(describe-project): New function, on C-h C-p.
(help-for-help): Add C-p.  Refer to help-command, not
help-for-help, in the \\[...].

31 years ago(command-line-1): Display a message in the echo area.
Richard M. Stallman [Mon, 15 Nov 1993 09:22:23 +0000 (09:22 +0000)]
(command-line-1): Display a message in the echo area.

31 years ago(command-line-1): Display a message in the echo area.
Richard M. Stallman [Mon, 15 Nov 1993 08:04:41 +0000 (08:04 +0000)]
(command-line-1): Display a message in the echo area.

31 years agoAdd `provide'.
Richard M. Stallman [Mon, 15 Nov 1993 06:48:23 +0000 (06:48 +0000)]
Add `provide'.
(narrow-to-page): Enable page-delimiter to span lines.

31 years agoRevise documentation. Add `provide'.
Richard M. Stallman [Mon, 15 Nov 1993 06:46:14 +0000 (06:46 +0000)]
Revise documentation.  Add `provide'.
(pages-directory-for-adding-addresses-narrowing-p):
New user option for adding addresses.  Default to narrowing.
(pages-directory-for-addresses): Intall user settable options.
(add-new-page): Insert new page in specified location.
(original-page-delimiter): Set default value to "^^L".

31 years ago(Fnext_single_property_change): Fix missing \n\.
Richard M. Stallman [Mon, 15 Nov 1993 06:41:45 +0000 (06:41 +0000)]
(Fnext_single_property_change): Fix missing \n\.

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 15 Nov 1993 06:35:18 +0000 (06:35 +0000)]
*** empty log message ***

31 years ago(XTread_socket): Increase length of copy_buffer to 81.
Richard M. Stallman [Mon, 15 Nov 1993 06:30:31 +0000 (06:30 +0000)]
(XTread_socket): Increase length of copy_buffer to 81.

31 years ago(read1): If token has a \, don't treat it as a number.
Richard M. Stallman [Mon, 15 Nov 1993 06:29:24 +0000 (06:29 +0000)]
(read1): If token has a \, don't treat it as a number.

31 years ago(comint-read-input-ring, comint-write-input-ring):
Richard M. Stallman [Mon, 15 Nov 1993 05:18:33 +0000 (05:18 +0000)]
(comint-read-input-ring, comint-write-input-ring):
Treat "" like nil in comint-input-ring-file-name.

31 years agovc-static-header-alist shouldn't have been declared const.
Eric S. Raymond [Mon, 15 Nov 1993 04:13:48 +0000 (04:13 +0000)]
vc-static-header-alist shouldn't have been declared const.

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 15 Nov 1993 04:04:59 +0000 (04:04 +0000)]
*** empty log message ***

31 years ago(creating src/Makefile): Before running cpp,
Richard M. Stallman [Mon, 15 Nov 1993 01:26:54 +0000 (01:26 +0000)]
(creating src/Makefile): Before running cpp,
discard all lines that start with `# Generated' or /**/#.

31 years ago(gnus-summary-save-in-mail): Pass new args to rmail-output.
Richard M. Stallman [Mon, 15 Nov 1993 01:06:24 +0000 (01:06 +0000)]
(gnus-summary-save-in-mail): Pass new args to rmail-output.

31 years ago(rmail-output): New argument FROM-GNUS.
Richard M. Stallman [Mon, 15 Nov 1993 01:05:37 +0000 (01:05 +0000)]
(rmail-output): New argument FROM-GNUS.

31 years ago(solar-equinoxes-solstices): Add autoload.
Richard M. Stallman [Sun, 14 Nov 1993 22:54:45 +0000 (22:54 +0000)]
(solar-equinoxes-solstices): Add autoload.

31 years ago(solar-holidays): Change top-level progn to an if.
Richard M. Stallman [Sun, 14 Nov 1993 22:51:17 +0000 (22:51 +0000)]
(solar-holidays): Change top-level progn to an if.

31 years ago(INTERRUPT_INPUT): Undefined.
Richard M. Stallman [Sun, 14 Nov 1993 22:06:13 +0000 (22:06 +0000)]
(INTERRUPT_INPUT): Undefined.
(BROKEN_FIONREAD): Defined to work around a problem in DGUX
whereby emacs will stop on a background write when invoked from a
job control shell for the first time in a session.
(FIRST_PTY_LETTER): Undefined.
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Defined
to use all the available PTYs in a COFF environment.
(LINKER): Removed "-nostdlib" from to be compatible with a prior
mod removing "/lib/crt0.o" from the LIBS_SYSTEM define.
(LIBS_SYSTEM): Delete /lib/crt0.o.

(SYSTEM_MALLOC): Turned off.
(NO_TERMIO): Defined.
(BROKEN_FASYNC): Turned off.

31 years ago(mouse-save-then-kill-delete-region): Take args BEG and END.
Richard M. Stallman [Sun, 14 Nov 1993 06:26:02 +0000 (06:26 +0000)]
(mouse-save-then-kill-delete-region): Take args BEG and END.
Update the undo list properly.
(mouse-save-then-kill): Pass those args.
(mouse-secondary-save-then-kll): Pass those args.
Delete the overlay after deleting the selection text.

31 years ago(rmail-summary-forward): Accept prefix arg
Richard M. Stallman [Sun, 14 Nov 1993 05:50:47 +0000 (05:50 +0000)]
(rmail-summary-forward): Accept prefix arg
and pass it to rmail-forward.

31 years ago(compare-windows-skip-whitespace): Swap the two
Richard M. Stallman [Sun, 14 Nov 1993 02:56:24 +0000 (02:56 +0000)]
(compare-windows-skip-whitespace): Swap the two
and's within the or.

31 years ago(lpr-command): Check for irix, not silicon-graphic-unix.
Richard M. Stallman [Sun, 14 Nov 1993 00:06:48 +0000 (00:06 +0000)]
(lpr-command): Check for irix, not silicon-graphic-unix.

31 years ago(dired-chown-program): Check for irix, not silicon-graphic-unix.
Richard M. Stallman [Sun, 14 Nov 1993 00:06:23 +0000 (00:06 +0000)]
(dired-chown-program): Check for irix, not silicon-graphic-unix.

31 years ago(rmail-spool-directory): Check for irix, not silicon-graphic-unix.
Richard M. Stallman [Sun, 14 Nov 1993 00:06:01 +0000 (00:06 +0000)]
(rmail-spool-directory): Check for irix, not silicon-graphic-unix.

31 years ago(calendar-absolute-from-time): Undo Sep 14 patch.
Richard M. Stallman [Sat, 13 Nov 1993 23:59:53 +0000 (23:59 +0000)]
(calendar-absolute-from-time): Undo Sep 14 patch.
Fix comments instead, since they didn't match the code.

31 years agoAdd a provide call.
Richard M. Stallman [Sat, 13 Nov 1993 11:20:56 +0000 (11:20 +0000)]
Add a provide call.

31 years ago(creating src/Makefile): Before running cpp,
Richard M. Stallman [Sat, 13 Nov 1993 10:02:57 +0000 (10:02 +0000)]
(creating src/Makefile): Before running cpp,
discard all lines that start with # or /**/#.

31 years ago(IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions).
Richard M. Stallman [Sat, 13 Nov 1993 09:31:34 +0000 (09:31 +0000)]
(IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions).
(Fopen_network_stream): Use them.

31 years ago(remove-hook): Function deleted.
Richard M. Stallman [Sat, 13 Nov 1993 08:21:16 +0000 (08:21 +0000)]
(remove-hook): Function deleted.

31 years ago(read_avail_input) [no FIONREAD]: On DGUX, as on USG,
Richard M. Stallman [Sat, 13 Nov 1993 07:50:17 +0000 (07:50 +0000)]
(read_avail_input) [no FIONREAD]: On DGUX, as on USG,
read input with O_NDELAY.

31 years ago(SYSTEM_MALLOC): Turn off.
Richard M. Stallman [Sat, 13 Nov 1993 06:27:28 +0000 (06:27 +0000)]
(SYSTEM_MALLOC): Turn off.

31 years ago(get_process): Add `static' to definition.
Richard M. Stallman [Sat, 13 Nov 1993 02:37:58 +0000 (02:37 +0000)]
(get_process): Add `static' to definition.

31 years ago(comint-match-partial-filename): Consider +@: part of
Richard M. Stallman [Sat, 13 Nov 1993 00:02:20 +0000 (00:02 +0000)]
(comint-match-partial-filename): Consider +@: part of
filenames; don't consider parens as part of them.

31 years ago(fill-individual-paragraphs): Fix skipping headers of yanked message.
Richard M. Stallman [Fri, 12 Nov 1993 23:35:39 +0000 (23:35 +0000)]
(fill-individual-paragraphs): Fix skipping headers of yanked message.

31 years ago(vc-rename-file): Don't overwrite an existing file.
Richard M. Stallman [Fri, 12 Nov 1993 22:31:12 +0000 (22:31 +0000)]
(vc-rename-file): Don't overwrite an existing file.
Fix test for unsaved files.
Calculate name of new master file properly.

31 years ago(rmail-summary-edit-map): Inherit text-mode-map properly.
Richard M. Stallman [Fri, 12 Nov 1993 22:16:44 +0000 (22:16 +0000)]
(rmail-summary-edit-map): Inherit text-mode-map properly.

31 years ago(syms_of_fileio): Fix missing \n\'s.
Richard M. Stallman [Fri, 12 Nov 1993 21:17:43 +0000 (21:17 +0000)]
(syms_of_fileio): Fix missing \n\'s.

31 years ago(Fread_key_sequence): Split the doc string with "".
Richard M. Stallman [Fri, 12 Nov 1993 21:16:38 +0000 (21:16 +0000)]
(Fread_key_sequence): Split the doc string with "".

31 years ago(read_c_string): For "", concatenate the two strings.
Richard M. Stallman [Fri, 12 Nov 1993 21:12:35 +0000 (21:12 +0000)]
(read_c_string): For "", concatenate the two strings.

31 years ago(Fprevious_single_property_change): Fix missing \n\.
Richard M. Stallman [Fri, 12 Nov 1993 20:38:30 +0000 (20:38 +0000)]
(Fprevious_single_property_change): Fix missing \n\.

31 years ago(main): Fix error message text.
Richard M. Stallman [Fri, 12 Nov 1993 06:25:16 +0000 (06:25 +0000)]
(main): Fix error message text.

31 years agoWhen running make in lib-src, specify YACC var value.
Richard M. Stallman [Thu, 11 Nov 1993 18:03:43 +0000 (18:03 +0000)]
When running make in lib-src, specify YACC var value.

31 years agoComment change.
Richard M. Stallman [Thu, 11 Nov 1993 10:05:51 +0000 (10:05 +0000)]
Comment change.

31 years ago(texinfo-format-region): Change `texinfo-[start
Richard M. Stallman [Thu, 11 Nov 1993 07:56:04 +0000 (07:56 +0000)]
(texinfo-format-region): Change `texinfo-[start
end]-of-header' to `tex-[start end]-of-header'.

31 years ago(texinfo-texi2dvi-command): Separate `texi2dvi'
Richard M. Stallman [Thu, 11 Nov 1993 07:52:56 +0000 (07:52 +0000)]
(texinfo-texi2dvi-command): Separate `texi2dvi'
command from `tex' command so `texinfo-format-region' can use
straight `tex' command.
(texinfo-format-buffer): Use `texinfo-texi2dvi-command'
(texinfo-delete-from-print-queue): Revise documentation.

31 years ago(Man-section-regexp): Allow section names l, n, L, N.
Richard M. Stallman [Thu, 11 Nov 1993 07:17:08 +0000 (07:17 +0000)]
(Man-section-regexp): Allow section names l, n, L, N.

31 years agoComment change.
Richard M. Stallman [Thu, 11 Nov 1993 05:25:09 +0000 (05:25 +0000)]
Comment change.

31 years ago(map-y-or-n-p): Handle help-char values other than chars.
Richard M. Stallman [Thu, 11 Nov 1993 04:43:49 +0000 (04:43 +0000)]
(map-y-or-n-p): Handle help-char values other than chars.

31 years ago(Fcall_process): Clear synch_process_death and
Richard M. Stallman [Thu, 11 Nov 1993 04:36:02 +0000 (04:36 +0000)]
(Fcall_process): Clear synch_process_death and
synch_process_retcode before the vfork.