Karl Heuer
d64478da0b
(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'.
1997-12-04 05:49:21 +00:00
Karl Heuer
7bba18953e
(global-set-key, local-set-key): Doc fix.
1997-12-04 05:28:27 +00:00
Karl Heuer
869fc1d970
(mail-parse-comma-list):
...
Treat newlines and tabs as whitespace.
1997-12-04 05:26:28 +00:00
Karl Heuer
cd47bdccbe
(sendmail-send-it): Parse folded
...
Resent-To header properly; don't ignore folded lines.
1997-12-04 05:25:59 +00:00
Karl Heuer
9d8354ef19
Require imenu.
1997-12-04 05:17:31 +00:00
Karl Heuer
83f0c0c72d
(Feval_region): Doc correction (point does not move).
1997-12-04 04:49:06 +00:00
Karl Heuer
0f69cb3894
(load-with-code-conversion): Doc fix.
1997-12-04 04:47:41 +00:00
Karl Heuer
f9e899b67e
(debug-on-entry): If definition is a symbol,
...
replace it with an equivalent lambda.
1997-12-04 04:46:09 +00:00
Karl Heuer
8c1cd093df
(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'.
1997-12-04 04:42:31 +00:00
Karl Heuer
83afd62c87
(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'.
1997-12-04 04:42:08 +00:00
Karl Heuer
a04f05bdd6
(inferior-octave-directory-tracker):
...
Anchor regexp match to beginning of command string.
1997-12-04 04:39:00 +00:00
Richard M. Stallman
524d06f590
(mail-extr-voodoo): Allow & between names.
...
Reenable &-substitution when & comes last.
1997-12-04 04:36:46 +00:00
Karl Heuer
36347d4342
(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.
1997-12-04 04:32:03 +00:00
Karl Heuer
fc4d62fe1b
(custom-save-delete, custom-save-all):
...
Bind default-major-mode around visiting custom-file.
1997-12-04 04:30:59 +00:00
Karl Heuer
db9d97e1f5
(custom-variable-prompt): Ensure valid variable name
...
is selected.
1997-12-04 04:29:45 +00:00
Karl Heuer
2c239c8061
(prolog-mode-variables):
...
Set imenu-generic-expression.
1997-12-04 04:28:41 +00:00
Karl Heuer
aa2c242656
(sh-imenu-generic-expression): New variable.
...
(sh-mode): Make imenu-generic-expression local.
(sh-set-shell): Set imenu-generic-expression based on which shell.
1997-12-04 04:27:50 +00:00
Karl Heuer
ec79b93a14
(sgml-mode): Set imenu-generic-expression.
1997-12-04 04:20:34 +00:00
Karl Heuer
54e7fabaf3
(french-calendar-special-days-array): New function.
...
(calendar-french-date-string, calendar-goto-french-date): Use that
function instead of the variable.
1997-12-04 04:13:58 +00:00
Karl Heuer
23ce248659
Fix comment (avoid spurious "unterminated comment" warning)
1997-12-04 03:36:09 +00:00
Karl Heuer
cd67c79783
Comment fix (to avoid "unterminated comment" warning).
1997-12-04 03:30:03 +00:00
Ulrich Drepper
0db2ec7752
automatically generated from GPLed version
1997-12-04 01:16:52 +00:00
Gerd Moellmann
bc7d6816ee
New function ispell-comments-and-strings.
1997-12-03 17:20:13 +00:00
Oliver Seidel
6b04f517ce
Added category patch by Michael R Cook <mcook@cognex.com>.
1997-12-03 12:18:20 +00:00
Paul Eggert
d04f50310a
(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>.
1997-12-03 07:11:43 +00:00
Eli Zaretskii
845cde06cd
(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.
1997-12-01 14:22:04 +00:00
Dave Love
59c14ec62d
(sh-mode): Set `comment-start-skip' always.
1997-11-30 12:21:42 +00:00
Dave Love
d4a753f9df
(indent-for-comment): Check for null `comment-start-skip'.
1997-11-30 12:20:49 +00:00
Joel N. Weber II
33165c240f
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.
1997-11-29 05:21:18 +00:00
Andreas Schwab
6b53bb8563
(create_process, deactivate_process, close_process_descs):
...
(kill_buffer_processes, status_notify): Return void.
(Fstart_process): Cast arg to create_process.
1997-11-28 14:53:09 +00:00
Andreas Schwab
6e06877087
(describe_map): Fix decl of arg ELT_DESCRIBER.
1997-11-28 14:50:36 +00:00
Andreas Schwab
91a0da0266
(Fsuspend_emacs): Cast init_sys_modes when calling
...
record_unwind_protect.
1997-11-28 14:48:28 +00:00
Andreas Schwab
590034f994
(reset_sigio): Return void.
1997-11-28 14:45:07 +00:00
Andreas Schwab
045ba794d5
(do_autoload): Return void.
1997-11-28 14:39:13 +00:00
Andreas Schwab
3d03cf9fdb
(internal_with_output_to_temp_buffer):
...
Don't declare arg type taken by 2nd arg.
1997-11-28 14:37:15 +00:00
Andreas Schwab
d53152829b
(message): Declare a as char *[3].
1997-11-28 14:34:52 +00:00
Andreas Schwab
d457598bf6
(malloc_warning, display_malloc_warning): Return void.
...
(memory_full, free_cons, free_marker): Likewise.
1997-11-28 14:32:30 +00:00
Kenichi Handa
71a956a614
(describe_vector): Declaration fixed (delete `.' at the
...
tail of type `void'.
(fix_submap_inheritance): Declare it as void.
1997-11-27 12:39:03 +00:00
Kenichi Handa
ff1aa840a4
(record_delete, record_marker_adjustment): Declare them as void.
1997-11-27 12:19:39 +00:00
Kenichi Handa
90dd3e4f46
(record_change, record_first_change,
...
record_property_change): Declare it as void.
1997-11-27 12:16:08 +00:00
Kenichi Handa
c9667ae1a9
(invalidate_current_column): Declare it as void.
1997-11-27 12:12:50 +00:00
Kenichi Handa
5d01d666bd
(report_file_error): Declare it as void.
1997-11-27 12:10:31 +00:00
Kenichi Handa
d07e080270
(unlock_buffer): Declare it as void.
1997-11-27 12:07:07 +00:00
Kenichi Handa
01136e9b14
(nsberror, record_buffer, validate_region,
...
fix_overlay_before): Declare them as void.
1997-11-27 12:04:49 +00:00
Kenichi Handa
0863319442
(discard_tty_input, init_baud_rate,
...
wait_for_termination, flush_pending_output, child_setup_tty,
sys_suspend, sys_subshell, init_sigio, request_sigio,
unrequest_sigio, init_sys_modes, get_frame_size, reset_sys_modes,
setup_pty): Declare them as void.
1997-11-27 12:00:42 +00:00
Kenichi Handa
9c3a251405
(Fexecute_extended_command): Give Voverriding_local_map as the
...
first arg to Faref.
1997-11-27 11:38:17 +00:00
Kenichi Handa
07a592697d
(echo_now, record_auto_save, cmd_error_internal,
...
start_polling, stop_polling, bind_polling_period,
timer_start_idle, timer_stop_idle, gobble_input,
record_asynch_buffer_change, clear_input_pending,
stuff_buffered_input, clear_waiting_for_input,
quit_throw_to_read_char): Declare these as void.
(Fsuspend_emacs): Delete unnecessary extern declaration for
init_sys_mode.
1997-11-27 11:26:45 +00:00
Kenichi Handa
5e8e68ceec
(x_make_frame_visible): Give dummy arg to
...
input_poll_signal.
1997-11-27 08:32:40 +00:00
Kenichi Handa
8991bb31f8
(redisplay_preserve_echo_area): Declare it as void.
1997-11-27 08:15:40 +00:00
Kenichi Handa
c4a4e28fbd
(strwidth): Remove extra argument to buffer_display_table.
1997-11-27 08:14:56 +00:00