bpt/emacs.git
26 years ago(read-password): New function.
Richard M. Stallman [Sun, 21 Dec 1997 00:50:07 +0000 (00:50 +0000)]
(read-password): New function.

26 years ago(update_one_menu_entry): Add conditional in case XmNpositionIndex is missing.
Richard M. Stallman [Sat, 20 Dec 1997 23:12:09 +0000 (23:12 +0000)]
(update_one_menu_entry): Add conditional in case XmNpositionIndex is missing.

26 years ago(iswitchb-completion-help): Multiple TAB presses
Karl Heuer [Fri, 19 Dec 1997 14:58:42 +0000 (14:58 +0000)]
(iswitchb-completion-help): Multiple TAB presses
scroll the completion window.
(iswitchb-read-buffer): New function to act as drop-in replacement
for read-buffer.

26 years agoDon't call set-terminal-coding-system
Karl Heuer [Fri, 19 Dec 1997 14:57:14 +0000 (14:57 +0000)]
Don't call set-terminal-coding-system
if it was already set.

26 years ago(Vread_buffer_function): New var.
Karl Heuer [Fri, 19 Dec 1997 14:54:55 +0000 (14:54 +0000)]
(Vread_buffer_function): New var.
(syms_of_minibuf): Set up Lisp var.
(Fread_buffer): Use Vread_buffer_function.

26 years ago(set-language-info): Doc fix.
Karl Heuer [Fri, 19 Dec 1997 14:51:52 +0000 (14:51 +0000)]
(set-language-info): Doc fix.
(input-method-inactivate-hook): Doc fix.

26 years ago(widget-choose): Allow scrolling of large lists.
Karl Heuer [Fri, 19 Dec 1997 14:46:20 +0000 (14:46 +0000)]
(widget-choose): Allow scrolling of large lists.

26 years ago(transpose-subr): Rewrite to make faster with big move
Andreas Schwab [Wed, 17 Dec 1997 13:54:03 +0000 (13:54 +0000)]
(transpose-subr): Rewrite to make faster with big move
counts.
(transpose-lines): In the mover function handle arbitrary move
counts.

26 years agoCache more tests. Add missing quotes around
Andreas Schwab [Wed, 17 Dec 1997 13:16:22 +0000 (13:16 +0000)]
Cache more tests.  Add missing quotes around
message with embedded comma.

26 years ago(Man-mode-line-format): Update to include the new format
Andreas Schwab [Wed, 17 Dec 1997 12:51:53 +0000 (12:51 +0000)]
(Man-mode-line-format): Update to include the new format
elements.

26 years agoAdd reference to new Calendrical Calculations book.
Paul Eggert [Tue, 16 Dec 1997 19:12:36 +0000 (19:12 +0000)]
Add reference to new Calendrical Calculations book.

26 years agoDefine indentation in normal dialect for let-syntax,
Dave Love [Sat, 13 Dec 1997 22:21:03 +0000 (22:21 +0000)]
Define indentation in normal dialect for let-syntax,
letrec-syntax, syntax-rules, call-with-values, dynamic-wind.
(scheme-mode-map): Remove lisp-complete-symbol.  Add
uncomment-region.
(scheme-mode-hook, dsssl-mode-hook): Declare customized.
(dsssl-sgml-declaration): Fix customization.

26 years ago(browse-url-lynx-emacs): Add sentinel to kill the buffer when lynx
Dave Love [Fri, 12 Dec 1997 17:43:13 +0000 (17:43 +0000)]
(browse-url-lynx-emacs): Add sentinel to kill the buffer when lynx
exits.  Doc fix.
(browse-url-browser-function): Better customization.
(browse-url-filename-alist, browse-url-netscape-display,
browse-url-filename-alist, browse-url-generic-program): Likewise.
(browse-url-new-window-p, browse-url-w3, browse-url-mail): Doc fix.
(browse-url-save-file): Customize.

26 years agoUse imenu-case-fold-search.
Dave Love [Fri, 12 Dec 1997 17:10:08 +0000 (17:10 +0000)]
Use imenu-case-fold-search.

26 years ago(comint-strip-ctrl-m): Don't die if
Karl Heuer [Thu, 11 Dec 1997 07:25:16 +0000 (07:25 +0000)]
(comint-strip-ctrl-m): Don't die if
comint-last-output-start does not point anywhere.

26 years ago(telnet-filter): Position comint-last-output-start.
Karl Heuer [Thu, 11 Dec 1997 07:24:47 +0000 (07:24 +0000)]
(telnet-filter): Position comint-last-output-start.

26 years ago(sys_signal): Add two casts.
Karl Heuer [Thu, 11 Dec 1997 07:22:21 +0000 (07:22 +0000)]
(sys_signal): Add two casts.

26 years ago(GROW_FAIL_STACK): Fix test for stack size at max.
Karl Heuer [Thu, 11 Dec 1997 07:21:05 +0000 (07:21 +0000)]
(GROW_FAIL_STACK): Fix test for stack size at max.

26 years ago(auto-mode-alist): Add .am as makefile-mode.
Karl Heuer [Thu, 11 Dec 1997 07:07:42 +0000 (07:07 +0000)]
(auto-mode-alist): Add .am as makefile-mode.

26 years ago(ange-ftp-date-regexp): Fix the problem with misparsing
Paul Eggert [Thu, 11 Dec 1997 06:58:17 +0000 (06:58 +0000)]
(ange-ftp-date-regexp): Fix the problem with misparsing
`-r--r--r-- 1 may 1997' by requiring a digit before the date.

26 years ago(dired-move-to-filename-regexp):
Paul Eggert [Thu, 11 Dec 1997 06:58:17 +0000 (06:58 +0000)]
(dired-move-to-filename-regexp):
Fix the problem with misparsing
`-r--r--r-- 1 may 1997' by requiring a digit before the date.
(dired-move-to-filename-regexp):
Allow any month name of 2 letters or more.

26 years agoCustomized.
Andreas Schwab [Wed, 10 Dec 1997 11:24:33 +0000 (11:24 +0000)]
Customized.

26 years ago(GROW_FAIL_STACK): Fix previous change:
Karl Heuer [Tue, 9 Dec 1997 23:04:38 +0000 (23:04 +0000)]
(GROW_FAIL_STACK): Fix previous change:
update (fail_stack).size properly.

26 years ago(TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.
Karl Heuer [Tue, 9 Dec 1997 23:01:27 +0000 (23:01 +0000)]
(TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.
Define it simply as a number.
(DOUBLE_FAIL_STACK, regex_compile): Set the limit at the size
TYPICAL_FAILURE_SIZE specifies, rather than at twice that much.
(re_max_failures): Double the initial values.
(INIT_FAIL_STACK): Use TYPICAL_FAILURE_SIZE so that INIT_FAILURE_ALLOC
counts in the proper units.
(INIT_FAILURE_ALLOC): Increase to 20.
(FAIL_STACK_GROWTH_FACTOR): New macro.
(GROW_FAIL_STACK): Renamed from DOUBLE_FAIL_STACK.
FAIL_STACK_GROWTH_FACTOR controls what ratio to increase size by.

26 years ago(Fcall_process): Don't clobber new_argv[0]
Karl Heuer [Tue, 9 Dec 1997 22:47:45 +0000 (22:47 +0000)]
(Fcall_process): Don't clobber new_argv[0]
in the case of no args.

26 years ago(bibtex-generate-autokey): Doc fix.
Karl Heuer [Tue, 9 Dec 1997 22:43:32 +0000 (22:43 +0000)]
(bibtex-generate-autokey): Doc fix.

26 years ago(custom-add-version): New function.
Karl Heuer [Tue, 9 Dec 1997 22:04:25 +0000 (22:04 +0000)]
(custom-add-version): New function.
(custom-handle-keyword): Handle :version.

26 years ago(customize-changed-options): New function.
Karl Heuer [Tue, 9 Dec 1997 21:41:33 +0000 (21:41 +0000)]
(customize-changed-options): New function.
(customize-version-lessp): New function.

26 years ago(facemenu-remove-face-props): Renamed from
Karl Heuer [Tue, 9 Dec 1997 21:34:50 +0000 (21:34 +0000)]
(facemenu-remove-face-props): Renamed from
facemenu-remove-props.  Remove only face and mouse-face.
(facemenu-menu): Update menu item for facemenu-remove-face-props.

26 years agoInitial revision
Kenichi Handa [Tue, 9 Dec 1997 04:19:13 +0000 (04:19 +0000)]
Initial revision

26 years agoRequire 'korea-util.
Kenichi Handa [Tue, 9 Dec 1997 04:18:08 +0000 (04:18 +0000)]
Require 'korea-util.
(quail-hangul-switch-to-symbol-ksc): Deleted.

26 years agoTitle string of the input method
Kenichi Handa [Tue, 9 Dec 1997 04:18:08 +0000 (04:18 +0000)]
Title string of the input method
"korean-hanja-jis" changed.

26 years agoRequire 'korea-util. Title string of the input
Kenichi Handa [Tue, 9 Dec 1997 04:18:08 +0000 (04:18 +0000)]
Require 'korea-util.  Title string of the input
method "korean-hanja" changed.
(quail-hanja-switch-to-symbol-ksc): Deleted.

26 years agoTitle string of the input method
Kenichi Handa [Tue, 9 Dec 1997 04:18:08 +0000 (04:18 +0000)]
Title string of the input method
"korean-symbol" changed.  Require 'korea-util.
(quail-hangul-switch-back): Deleted.

26 years agoDocumentation for "Korean" lang. env. modified.
Kenichi Handa [Tue, 9 Dec 1997 04:16:20 +0000 (04:16 +0000)]
Documentation for "Korean" lang. env. modified.

26 years ago(Fcall_process): Set Vlast_coding_system_used after
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(Fcall_process): Set Vlast_coding_system_used after
reading from the process.

26 years ago(Fget_unused_iso_final_char): New function.
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(Fget_unused_iso_final_char): New function.
(syms_of_charset): Declare it as a Lisp function.

26 years ago(setup_coding_system): Do not set
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(setup_coding_system): Do not set
Vlast_coding_system_used here.
(decode_coding_sjis_big5): Decode Big5 text of CR only end-of-line
correctly.

26 years ago(read_process_output): Fix previous change, i.e, if
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(read_process_output): Fix previous change, i.e, if
proc_encode_coding_system[p->outfd] is NULL, instead of allocating
`struct coding_system' for encoding, just skip setting up coding
system for encoding.  Set Vlast_coding_system_used after some text
is read.
(send_process): Set Vlast_coding_system_used after deciding a
coding system to be used for encoding.

26 years ago(Finsert_file_contents): Set Vlast_coding_system_used
Kenichi Handa [Tue, 9 Dec 1997 04:12:03 +0000 (04:12 +0000)]
(Finsert_file_contents): Set Vlast_coding_system_used
before calling Vafter_insert_file_functions.
(Fwrite_region): Set Vlast_coding_system_used after deciding a
coding system to be used for encoding.

26 years ago(Fexecute_extended_command): Fix previous change.
Kenichi Handa [Mon, 8 Dec 1997 06:58:14 +0000 (06:58 +0000)]
(Fexecute_extended_command): Fix previous change.

26 years ago(number-to-register): Move point as a side effect.
Karl Heuer [Mon, 8 Dec 1997 01:57:31 +0000 (01:57 +0000)]
(number-to-register): Move point as a side effect.

26 years ago(calendar-day-name): Truncate properly when
Karl Heuer [Mon, 8 Dec 1997 01:46:34 +0000 (01:46 +0000)]
(calendar-day-name): Truncate properly when
multibyte.

26 years ago(read_process_output): Allocate for coding system, if
Karl Heuer [Mon, 8 Dec 1997 01:35:12 +0000 (01:35 +0000)]
(read_process_output): Allocate for coding system, if
not already done.

26 years ago(mail-extr-all-top-level-domains): More domains.
Karl Heuer [Sun, 7 Dec 1997 22:15:02 +0000 (22:15 +0000)]
(mail-extr-all-top-level-domains): More domains.

26 years ago(outline-next-preface):
Karl Heuer [Sun, 7 Dec 1997 21:49:09 +0000 (21:49 +0000)]
(outline-next-preface):
Don't try to move back if already at beginning of buffer.

26 years ago(gud-mips-p): Fix regexp so it will match alphaev56-* too.
Karl Heuer [Sun, 7 Dec 1997 21:40:41 +0000 (21:40 +0000)]
(gud-mips-p): Fix regexp so it will match alphaev56-* too.

26 years agoMinor repair of previous change.
Edward M. Reingold [Fri, 5 Dec 1997 21:28:00 +0000 (21:28 +0000)]
Minor repair of previous change.

26 years agoAdd fixed date (RD) to menu of other dates.
Edward M. Reingold [Fri, 5 Dec 1997 17:37:39 +0000 (17:37 +0000)]
Add fixed date (RD) to menu of other dates.

26 years agoFix bad call to error.
Edward M. Reingold [Fri, 5 Dec 1997 17:22:31 +0000 (17:22 +0000)]
Fix bad call to error.

26 years ago(Info-insert-dir): Use leading space in buffer name.
Karl Heuer [Fri, 5 Dec 1997 08:04:59 +0000 (08:04 +0000)]
(Info-insert-dir): Use leading space in buffer name.

26 years agoDeal with `#'s in variable references.
Simon Marshall [Thu, 4 Dec 1997 19:47:59 +0000 (19:47 +0000)]
Deal with `#'s in variable references.

26 years agoAnother patch by Michael Cook to fix annotation.
Oliver Seidel [Thu, 4 Dec 1997 17:45:22 +0000 (17:45 +0000)]
Another patch by Michael Cook to fix annotation.

26 years agoAllow messages retrieved from the POP
Karl Heuer [Thu, 4 Dec 1997 06:44:56 +0000 (06:44 +0000)]
Allow messages retrieved from the POP
server to contain embedded nulls.

26 years ago(frame-configuration-to-register)
Karl Heuer [Thu, 4 Dec 1997 06:14:04 +0000 (06:14 +0000)]
(frame-configuration-to-register)
(window-configuration-to-register): Use a marker to save point.
(point-to-register): Include point when saving a frame config.
(number-to-register): New command (was commented out).
(increment-register): New command
(view-register): Handle frame configs and window configs
included in a list with a pointer.
(view-register, insert-register): Use numberp, not integerp.

26 years ago(ctl-x-map): Add bindings rn and r+
Karl Heuer [Thu, 4 Dec 1997 06:13:35 +0000 (06:13 +0000)]
(ctl-x-map): Add bindings rn and r+
for number-to-register and increment-register.

26 years ago(unlock, relock): Don't reference cpp/ directory.
Karl Heuer [Thu, 4 Dec 1997 06:03:22 +0000 (06:03 +0000)]
(unlock, relock): Don't reference cpp/ directory.

26 years ago(byte-optimize-lapcode): Correctly
Karl Heuer [Thu, 4 Dec 1997 05:58:56 +0000 (05:58 +0000)]
(byte-optimize-lapcode): Correctly
distinguish byte-constant from operations on variables.

26 years agoCustomized.
Karl Heuer [Thu, 4 Dec 1997 05:56:22 +0000 (05:56 +0000)]
Customized.

26 years ago(main): Fix the stack-limit code to calculate
Karl Heuer [Thu, 4 Dec 1997 05:53:41 +0000 (05:53 +0000)]
(main): Fix the stack-limit code to calculate
the ratio for re_max_failures accurately and leave some extra slack.

26 years ago(custom-unlispify-remove-prefixes): Reference to
Karl Heuer [Thu, 4 Dec 1997 05:49:21 +0000 (05:49 +0000)]
(custom-unlispify-remove-prefixes): Reference to
related variables added.
(custom-variable-default-form): New variable controlling default
display form for customization of variables.
(custom-variable): widget `:form' is nil before initialization.
(custom-variable-value-create): Initialize `:form' to
`custom-variable-default-form'.
(custom-face-default-form): New variable controlling default
display form for customization of faces.
(custom-face): widget `:form' is nil before initialization.
(custom-face-value-create): Initialize `:form' to
`custom-face-default-form'.

26 years ago(global-set-key, local-set-key): Doc fix.
Karl Heuer [Thu, 4 Dec 1997 05:28:27 +0000 (05:28 +0000)]
(global-set-key, local-set-key): Doc fix.

26 years ago(mail-parse-comma-list):
Karl Heuer [Thu, 4 Dec 1997 05:26:28 +0000 (05:26 +0000)]
(mail-parse-comma-list):
Treat newlines and tabs as whitespace.

26 years ago(sendmail-send-it): Parse folded
Karl Heuer [Thu, 4 Dec 1997 05:25:59 +0000 (05:25 +0000)]
(sendmail-send-it): Parse folded
Resent-To header properly; don't ignore folded lines.

26 years agoRequire imenu.
Karl Heuer [Thu, 4 Dec 1997 05:17:31 +0000 (05:17 +0000)]
Require imenu.

26 years ago(Feval_region): Doc correction (point does not move).
Karl Heuer [Thu, 4 Dec 1997 04:49:06 +0000 (04:49 +0000)]
(Feval_region): Doc correction (point does not move).

26 years ago(load-with-code-conversion): Doc fix.
Karl Heuer [Thu, 4 Dec 1997 04:47:41 +0000 (04:47 +0000)]
(load-with-code-conversion): Doc fix.

26 years ago(debug-on-entry): If definition is a symbol,
Karl Heuer [Thu, 4 Dec 1997 04:46:09 +0000 (04:46 +0000)]
(debug-on-entry): If definition is a symbol,
replace it with an equivalent lambda.

26 years ago(debugger-mode-hook): New user variable.
Karl Heuer [Thu, 4 Dec 1997 04:42:31 +0000 (04:42 +0000)]
(debugger-mode-hook): New user variable.
(debugger-env-macro): New general purpose macro for all debugger
functions; separated from `debugger-eval-expression'.
(debugger-eval-expression): Use `debugger-env-macro'.
(debugger-record-buffer): New variable.
(debugger-record-expression): New user function , key "R".
(debugger-mode): Now runs hook `debugger-mode-hook'.

26 years ago(change-log-add-make-room): New function.
Karl Heuer [Thu, 4 Dec 1997 04:42:08 +0000 (04:42 +0000)]
(change-log-add-make-room): New function.
(change-log-get-method-definition-1): Renamed get-method-definition-1.
(change-log-get-method-definition): Renamed from get-method-definition.
(add-log-keep-changes-together): New user variable.
(add-change-log-entry): Added missing WHOAMI explanation.
Added new functionality according to variable
`add-log-keep-changes-together'.

26 years ago(inferior-octave-directory-tracker):
Karl Heuer [Thu, 4 Dec 1997 04:39:00 +0000 (04:39 +0000)]
(inferior-octave-directory-tracker):
Anchor regexp match to beginning of command string.

26 years ago(mail-extr-voodoo): Allow & between names.
Richard M. Stallman [Thu, 4 Dec 1997 04:36:46 +0000 (04:36 +0000)]
(mail-extr-voodoo): Allow & between names.
Reenable &-substitution when & comes last.

26 years ago(rmail-decode-quoted-printable): New function
Karl Heuer [Thu, 4 Dec 1997 04:32:03 +0000 (04:32 +0000)]
(rmail-decode-quoted-printable): New function
mostly copied from gnus-art.el.
(rmail-hex-string-to-integer): New fn, copied from hexl.el.
(rmail-hex-char-to-integer): Likewise.
(rmail-convert-to-babyl-format): Use rmail-decode-quoted-printable.

26 years ago(custom-save-delete, custom-save-all):
Karl Heuer [Thu, 4 Dec 1997 04:30:59 +0000 (04:30 +0000)]
(custom-save-delete, custom-save-all):
Bind default-major-mode around visiting custom-file.

26 years ago(custom-variable-prompt): Ensure valid variable name
Karl Heuer [Thu, 4 Dec 1997 04:29:45 +0000 (04:29 +0000)]
(custom-variable-prompt): Ensure valid variable name
is selected.

26 years ago(prolog-mode-variables):
Karl Heuer [Thu, 4 Dec 1997 04:28:41 +0000 (04:28 +0000)]
(prolog-mode-variables):
Set imenu-generic-expression.

26 years ago(sh-imenu-generic-expression): New variable.
Karl Heuer [Thu, 4 Dec 1997 04:27:50 +0000 (04:27 +0000)]
(sh-imenu-generic-expression): New variable.
(sh-mode): Make imenu-generic-expression local.
(sh-set-shell): Set imenu-generic-expression based on which shell.

26 years ago(sgml-mode): Set imenu-generic-expression.
Karl Heuer [Thu, 4 Dec 1997 04:20:34 +0000 (04:20 +0000)]
(sgml-mode): Set imenu-generic-expression.

26 years ago(french-calendar-special-days-array): New function.
Karl Heuer [Thu, 4 Dec 1997 04:13:58 +0000 (04:13 +0000)]
(french-calendar-special-days-array): New function.
(calendar-french-date-string, calendar-goto-french-date): Use that
function instead of the variable.

26 years agoFix comment (avoid spurious "unterminated comment" warning)
Karl Heuer [Thu, 4 Dec 1997 03:36:09 +0000 (03:36 +0000)]
Fix comment (avoid spurious "unterminated comment" warning)

26 years agoComment fix (to avoid "unterminated comment" warning).
Karl Heuer [Thu, 4 Dec 1997 03:30:03 +0000 (03:30 +0000)]
Comment fix (to avoid "unterminated comment" warning).

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Thu, 4 Dec 1997 01:16:52 +0000 (01:16 +0000)]
automatically generated from GPLed version

26 years agoNew function ispell-comments-and-strings.
Gerd Moellmann [Wed, 3 Dec 1997 17:20:13 +0000 (17:20 +0000)]
New function ispell-comments-and-strings.

26 years agoAdded category patch by Michael R Cook <mcook@cognex.com>.
Oliver Seidel [Wed, 3 Dec 1997 12:18:20 +0000 (12:18 +0000)]
Added category patch by Michael R Cook <mcook@cognex.com>.

26 years ago(mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
Paul Eggert [Wed, 3 Dec 1997 07:11:43 +0000 (07:11 +0000)]
(mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
'>' any lines starting with "From " read from the POP server, but
leave the code in place, wrapped in #ifdef
MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
because it turns out that something is depending on it.  Change
suggested by Paul Eggert <eggert@twinsun.com>.
Convert the character \037 (^_) at the beginning of a line into
the character '^' followed by the character '_', because otherwise
Emacs can't parse the resulting file as a valid BABYL file.
Change suggested by Paul Eggert <eggert@twinsun.com>.

26 years ago(make-frame-names-alist, select-frame-by-name): New
Eli Zaretskii [Mon, 1 Dec 1997 14:22:04 +0000 (14:22 +0000)]
(make-frame-names-alist, select-frame-by-name): New
functions, support frame selection by name with completion and history.
(frame-name-history, frame-names-alist): New variables.

26 years ago(sh-mode): Set `comment-start-skip' always.
Dave Love [Sun, 30 Nov 1997 12:21:42 +0000 (12:21 +0000)]
(sh-mode): Set `comment-start-skip' always.

26 years ago(indent-for-comment): Check for null `comment-start-skip'.
Dave Love [Sun, 30 Nov 1997 12:20:49 +0000 (12:20 +0000)]
(indent-for-comment): Check for null `comment-start-skip'.

26 years ago1997-11-27 Richard M. Stallman <rms@sucrose.ai.mit.edu>
Joel N. Weber II [Sat, 29 Nov 1997 05:21:18 +0000 (05:21 +0000)]
1997-11-27  Richard M. Stallman  <rms@sucrose.ai.mit.edu>

* dired.el (dired-move-to-filename-regexp): Make regexp fussier
about amount of whitespace after month name.

26 years ago(create_process, deactivate_process, close_process_descs):
Andreas Schwab [Fri, 28 Nov 1997 14:53:09 +0000 (14:53 +0000)]
(create_process, deactivate_process, close_process_descs):
(kill_buffer_processes, status_notify): Return void.
(Fstart_process): Cast arg to create_process.

26 years ago(describe_map): Fix decl of arg ELT_DESCRIBER.
Andreas Schwab [Fri, 28 Nov 1997 14:50:36 +0000 (14:50 +0000)]
(describe_map): Fix decl of arg ELT_DESCRIBER.

26 years ago(Fsuspend_emacs): Cast init_sys_modes when calling
Andreas Schwab [Fri, 28 Nov 1997 14:48:28 +0000 (14:48 +0000)]
(Fsuspend_emacs): Cast init_sys_modes when calling
record_unwind_protect.

26 years ago(reset_sigio): Return void.
Andreas Schwab [Fri, 28 Nov 1997 14:45:07 +0000 (14:45 +0000)]
(reset_sigio): Return void.

26 years ago(do_autoload): Return void.
Andreas Schwab [Fri, 28 Nov 1997 14:39:13 +0000 (14:39 +0000)]
(do_autoload): Return void.

26 years ago(internal_with_output_to_temp_buffer):
Andreas Schwab [Fri, 28 Nov 1997 14:37:15 +0000 (14:37 +0000)]
(internal_with_output_to_temp_buffer):
Don't declare arg type taken by 2nd arg.

26 years ago(message): Declare a as char *[3].
Andreas Schwab [Fri, 28 Nov 1997 14:34:52 +0000 (14:34 +0000)]
(message): Declare a as char *[3].

26 years ago(malloc_warning, display_malloc_warning): Return void.
Andreas Schwab [Fri, 28 Nov 1997 14:32:30 +0000 (14:32 +0000)]
(malloc_warning, display_malloc_warning): Return void.
(memory_full, free_cons, free_marker): Likewise.

26 years ago(describe_vector): Declaration fixed (delete `.' at the
Kenichi Handa [Thu, 27 Nov 1997 12:39:03 +0000 (12:39 +0000)]
(describe_vector): Declaration fixed (delete `.' at the
tail of type `void'.
(fix_submap_inheritance): Declare it as void.

26 years ago(record_delete, record_marker_adjustment): Declare them as void.
Kenichi Handa [Thu, 27 Nov 1997 12:19:39 +0000 (12:19 +0000)]
(record_delete, record_marker_adjustment): Declare them as void.

26 years ago(record_change, record_first_change,
Kenichi Handa [Thu, 27 Nov 1997 12:16:08 +0000 (12:16 +0000)]
(record_change, record_first_change,
record_property_change): Declare it as void.