Karl Heuer
4891222c9e
(write-file): Fix arg count in call to y-or-n-p.
1995-04-06 19:25:20 +00:00
Karl Heuer
8843589021
(Fplist_put): Fix missing \n\.
1995-04-06 18:57:58 +00:00
Karl Heuer
21a6ce3ada
(x_window_to_frame): Skip non-X frames before testing dpyinfo.
...
[USE_X_TOOLKIT] (x_any_window_to_frame, x_top_window_to_frame): Ditto.
1995-04-06 18:51:54 +00:00
Simon Marshall
e1960a184a
Doc fixes to match declared args.
1995-04-06 12:18:08 +00:00
Richard M. Stallman
7af04c89d4
(menu-bar-bookmark-map): Autoload each form
...
used to set up this variable's value, so that the whole job
is done in loaddefs.el.
(bookmark-menu-locate, bookmark-menu-jump, bookmark-menu-insert)
(bookmark-menu-delete, bookmark-menu-rename): Add autoloads.
1995-04-06 08:44:21 +00:00
Richard M. Stallman
64fd98a95e
(ispell-menu-map-needed): Delete test for menu-bar feature.
1995-04-06 08:42:37 +00:00
Richard M. Stallman
d82767682a
(BASE_PURESIZE): Increment to 310000.
1995-04-06 08:11:31 +00:00
Richard M. Stallman
1b40dbedc9
(list-buffers-noselect): Put buffer name in a text
...
property on the buffer's name. Put in mouse-face prop here too.
Set Buffer-menu-buffer-column here.
(Buffer-menu-mode): Don't do those things here.
(Buffer-menu-buffer): Use text properties.
(Buffer-menu-buffer-name-position): Function deleted.
1995-04-06 08:00:00 +00:00
Richard M. Stallman
2f3f993bdf
(Fkill_buffer): Call reset_buffer_local_variables
...
and swap_out_buffer_local_variables.
(swap_out_buffer_local_variables): New subroutine.
(Fkill_all_local_variables): Use that subroutine.
1995-04-06 06:58:50 +00:00
Richard M. Stallman
94f9497203
(Flooking_at, Fposix_looking_at): Change arg name.
1995-04-06 05:18:35 +00:00
Richard M. Stallman
39b71e3947
(reporter-submit-bug-report): Give up if mailer
...
command returns nil. Fix error message syntax.
(reporter-bug-hook): Fix error message syntax.
1995-04-06 04:33:59 +00:00
Richard M. Stallman
828ac69365
(Fraise_frame, Flower_frame): Now interactive.
1995-04-06 02:53:19 +00:00
Richard M. Stallman
0760ac9a9d
(tar-mode-map): Fix typo for tar-display-other-file.
1995-04-06 02:12:11 +00:00
Karl Heuer
4a9386fc7a
Add missing close backquote.
1995-04-05 20:46:40 +00:00
Karl Heuer
35622e5fe2
(tempo-build-collection): Clear flag after computing
...
return value.
1995-04-05 19:32:55 +00:00
Karl Heuer
d6b322f8be
(ispell-personal-dictionary): Add autoload.
1995-04-05 04:21:15 +00:00
Karl Heuer
e5fff738e9
Change bindings of event-apply-control-modifier,
...
event-apply-meta-modifier, event-apply-hyper-modifier,
event-apply-shift-modifier, event-apply-alt-modifier, and
event-apply-super-modifier, in function-key-map, to use C-x @
instead of C-x ESC. Using escape causes problems since that's
in function-key-map itself.
1995-04-05 03:34:40 +00:00
Karl Heuer
661c7d6ebd
(Ffetch_bytecode): New function.
...
(funcall_lambda): Call it.
(syms_of_eval): defsubr it.
1995-04-05 03:05:26 +00:00
Karl Heuer
c6972ec8d3
Declare Ffetch_bytecode.
1995-04-05 03:04:48 +00:00
Karl Heuer
2b29a37688
(byte-compile-inline-expand): Fetch actual bytecode
...
before inlining a lazy function.
1995-04-05 03:04:02 +00:00
Karl Heuer
7f4d365716
(tempo-dolist): Don't use `cadr'.
1995-04-05 01:17:41 +00:00
Karl Heuer
90bebcb0c0
(event-apply-modifier): Fix off-by-one errors.
1995-04-04 22:48:16 +00:00
Karl Heuer
5c579a7529
(aixcc, aixcc.c): Targets deleted.
...
(SOURCES, distclean): Removed obsolete references to aixcc.
1995-04-04 21:11:29 +00:00
Karl Heuer
3ca7b46f53
Fix comments.
1995-04-04 03:00:59 +00:00
Karl Heuer
19126e1177
New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,
...
and x_top_window_to_frame.
1995-04-03 23:37:17 +00:00
Karl Heuer
2d271e2eac
(x_window_to_frame): New arg DPYINFO. All callers changed.
...
(x_any_window_to_frame, x_top_window_to_frame): Likewise.
1995-04-03 23:34:26 +00:00
Richard M. Stallman
34da6b1616
(tempo-insert): Added the P tag and modified the s tag accordingly
...
(tempo-insert-named): Checks for valid name, insert mark otherwise.
(tempo-dolist): Changed (cadr ...) to (car (cdr ...))
(tempo-expand-if-complete): New function
1995-04-03 22:23:51 +00:00
Karl Heuer
93572b4317
(main): Start with an empty message log.
1995-04-03 22:16:16 +00:00
Karl Heuer
d8616fc1c3
(Fy_or_n_p): Don't log prompt.
...
(Fyes_or_no_p): Fix typo in doc string.
1995-04-03 22:14:27 +00:00
Karl Heuer
6c4429a502
(message_nolog): New function.
1995-04-03 22:10:36 +00:00
Karl Heuer
1979717a5a
(message_nolog): Declare this function.
1995-04-03 22:08:29 +00:00
Karl Heuer
439ae27bd7
Declare Vmessage_log_max.
1995-04-03 21:48:34 +00:00
Richard M. Stallman
4de5599d7d
(apropos): Use apropos-worthy-symbol-p as default predicate.
...
(apropos-worthy-symbol-p): New function.
1995-04-03 21:38:06 +00:00
Karl Heuer
38832b4c51
(set-auto-mode): Fix previous change.
1995-04-03 21:37:39 +00:00
Richard M. Stallman
d007f5c889
(oblookup): Save bucket num in oblookup_last_bucket_number.
...
(Funintern): New function.
(syms_of_lread): defsubr it.
1995-04-03 21:34:15 +00:00
Simon Marshall
59f36b0808
Added support for special (quoted) characters in file names:
...
new functions comint-quote-filename and comint-unquote-filename, using
new variable comint-file-name-quote-list.
Changed comint-word, comint-match-partial-filename and
comint-dynamic-list-filename-completions to support character quoting.
Made comint-dynamic-complete-as-filename and comint-dynamic-simple-complete use
strings of comint-completion-addsuffix for completion, if a cons pair.
1995-04-03 13:06:25 +00:00
Simon Marshall
7b4c65034c
Set comint-file-name-quote-list to new shell-file-name-quote-list.
1995-04-03 13:01:15 +00:00
Richard M. Stallman
8e583b5d13
Don't distribute shortnames directory.
1995-04-02 22:14:17 +00:00
Richard M. Stallman
f2d3ddb0f0
Explain why public domain.
1995-04-02 07:45:35 +00:00
Richard M. Stallman
c76d4b428f
Comment change.
1995-04-02 07:34:28 +00:00
Richard M. Stallman
e17267228e
(menu-bar-edit-menu): Capitalize an item name.
...
(menu-bar-tools-menu): Add verb to Calendar item.
(menu-bar-help-menu): Rename Info to Browse Manuals.
1995-04-02 05:46:12 +00:00
Richard M. Stallman
fa8afe4217
(mail-mode-map): Longer title for headers submenu.
1995-04-02 05:40:43 +00:00
Richard M. Stallman
b20ff6d0b7
(inhibit-first-line-modes-suffixes): New variable.
...
(set-auto-mode): Use it.
(inhibit-first-line-modes-regexps): Use \\', not $.
1995-04-02 02:22:14 +00:00
Richard M. Stallman
469f4e8cfc
(jka-compr-install): Add items to inhibit-first-line-modes-suffixes.
1995-04-02 02:21:56 +00:00
Richard M. Stallman
24aac19dbb
(fill-region-as-paragraph): Remove fill-prefix first, then remove indentation.
1995-04-02 00:11:19 +00:00
Richard M. Stallman
efde113229
(unrmail): Don't make or switch to a summary buffer.
1995-04-01 05:01:32 +00:00
Richard M. Stallman
5617588f56
(Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change.
1995-04-01 04:46:15 +00:00
Richard M. Stallman
387f203c00
(rmail-summary-toggle-header): Make header visible in message buffer.
1995-03-31 19:36:02 +00:00
Karl Heuer
c422836dc1
(command_loop_1): If we ignore force_start, then also
...
ignore beg_unchanged and end_unchanged.
1995-03-31 19:26:53 +00:00
Richard M. Stallman
3a3f61fa71
(scheme-indent-sexp): Don't fail when
...
calculate-scheme-indent returns a one-element list.
1995-03-31 19:23:55 +00:00