1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00
Commit Graph

14082 Commits

Author SHA1 Message Date
Karl Heuer
4e6801b7e5 (LOCALTIME_CACHE): Add #undef. 1996-01-09 23:37:50 +00:00
Karl Heuer
3da6a0264b Comment fixes. 1996-01-09 23:21:29 +00:00
Karl Heuer
5fd72a2474 (x-cut-buffer-or-selection-value): Don't print messages
about failure to get selection or cut buffer.
1996-01-09 23:20:39 +00:00
Karl Heuer
f7f786081a (using-unix-filesystems):
Don't do anything to write-contents-hooks.
1996-01-09 23:20:20 +00:00
Karl Heuer
8e735883f4 (tmm-menubar-mouse): Add autoload cookie. 1996-01-09 23:20:11 +00:00
Karl Heuer
aafd074a3e (sh-alias-alist): Don't map sh to bash.
(sh-canonicalize-shell): New function.
(sh-shell-file): Renamed from sh-shell-path.
(sh-set-shell): Don't set local-abbrev-table.
(sh-abbrevs): Variable and function definition commented out.
1996-01-09 23:19:53 +00:00
Karl Heuer
c895a24800 (mh-display-msg): Use kill-local-variable
to clear out write-contents-hooks.
1996-01-09 23:19:28 +00:00
Karl Heuer
5f55e1592e (makefile-space-face): Don't work on
facemenu-unlisted-faces if it isn't bound.
1996-01-09 23:19:17 +00:00
Karl Heuer
767a11517e (emacs-lisp-byte-compile): Fix error message.
(emacs-lisp-compile-and-load): New function.
(emacs-lisp-mode-map): Add emacs-lisp-compile-and-load to menu bar.
1996-01-09 23:19:05 +00:00
Karl Heuer
9a71dcfd6d (iso-accents-accent-key): Check iso-accents-enable here.
(iso-accents-customize): Define all possible accent keys with
translations, not just the enabled ones.
Don't bind iso-accents-enable around the initial call to this function.
(iso-accents-enable): Make the default once again include all prefixes.
1996-01-09 23:18:40 +00:00
Karl Heuer
fc0ac20de0 (imenu--create-keymap-2): Fix bug in constructing
the lambda expression.  Use backquote.  Don't use incf.
1996-01-09 23:18:21 +00:00
Karl Heuer
dcfe5c0511 (fill-region-as-paragraph): Check again for reaching
the end of the paragraph, after we adjust for places we can't break
and make sure to keep at least one word.
1996-01-09 23:18:07 +00:00
Karl Heuer
f82966e4c0 (write-contents-hooks): Call make-variable-buffer-local.
Doc fix.
(local-write-file-hooks, write-file-hooks): Doc fixes.
1996-01-09 23:17:37 +00:00
Karl Heuer
291c92b777 (executable-find): Renamed from `executable'.
(executable-set-magic): Use new name `executable'.  Fix messages.
Add save-excursion.  Don't test this-command--use interactive
to get the information.  Simplify considerably.
1996-01-09 23:17:18 +00:00
Karl Heuer
a731bd48ea (menu-bar-emerge-menu): Delete spaces before `...'. 1996-01-09 23:16:41 +00:00
Karl Heuer
190271b979 Delete spaces before `...' in menu strings. 1996-01-09 23:16:28 +00:00
Karl Heuer
41e6ca7a0c (easy-menu-define): Doc fix. 1996-01-09 23:16:13 +00:00
Karl Heuer
9eabb7d50c (dired-standard-move-to-filename-regexp): New variable.
(dired-insert-directory): Don't alter environment if would use the
C locale anyway, or if dired-move-to-filename-regexp has been
changed from the default value.
When changing the environment, avoid need for setenv.
1996-01-09 23:15:52 +00:00
Karl Heuer
2f29e0c6d9 (diff): Set compilation-exit-message-function. 1996-01-09 23:14:47 +00:00
Karl Heuer
f750c3604e (edt-emulation-on): system-type is a symbol. 1996-01-09 23:08:24 +00:00
Karl Heuer
3787cf2cdf (apropos-print): Fix message about mouse command. 1996-01-09 23:07:49 +00:00
Karl Heuer
0aa978035a (../info/ccmode): Renamed from ../info/cc-mode.
(INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
1996-01-09 23:05:28 +00:00
Karl Heuer
21764d60bc Recompile outdated .elc files and update all autoloads. 1996-01-09 22:59:24 +00:00
Karl Heuer
4be21f6638 (locallisppath): Put version-specific dir first.
(hppa-*-nextstep*): New alternative.
(USE_X_TOOLKIT): By default, set this to "maybe";
and change that later to LUCID or "no" according to X11 version.
1996-01-09 22:56:20 +00:00
Erik Naggum
1c8c569380 (Fexecute_kbd_macro): Reindent properly. 1996-01-09 03:58:16 +00:00
Karl Heuer
9cd8b13ac2 (Fapropos_internal): Fix previous change. 1996-01-09 03:16:51 +00:00
Karl Heuer
b9d613cc8a (Fdefine_abbrev_table): Fix previous change. 1996-01-09 03:01:48 +00:00
Karl Heuer
55cc974de6 (Fset_char_table_parent): Fix previous change. 1996-01-09 02:55:53 +00:00
Karl Heuer
53924017eb (Flognot): Fix previous change. 1996-01-09 02:52:23 +00:00
Erik Naggum
636b7260dc (Fmake_symbol): Harmonize arguments with documentation (correctly). 1996-01-09 02:44:30 +00:00
Karl Heuer
52d9c1459d (Fexecute_kbd_macro): Local var `pdlcount' renamed from
`count' to remove collision with recently renamed argument.
1996-01-09 02:34:30 +00:00
Erik Naggum
54ee42dd61 (Fmake_symbol): Harmonize arguments with documentation. 1996-01-09 02:21:31 +00:00
Erik Naggum
9391b69806 (Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize arguments
with documentation.
1996-01-09 02:12:16 +00:00
Erik Naggum
88fe8140fe (Frandom, Flength, Felt, Fsort, Fchar_table_subtype, Fchar_table_parent,
Fset_char_table_parent, Fchar_table_extra_slot, Fset_char_table_extra_slot,
Fchar_table_range, Fset_char_table_range, Fmap_char_table, Fmapconcat,
Fmapcar): Harmonize arguments with documentation.
1996-01-09 02:03:13 +00:00
Erik Naggum
ed791d5b69 (Fpixmap_spec_p): Harmonize arguments with documentation. 1996-01-09 00:34:18 +00:00
Erik Naggum
413430c5d8 (Fwindowp, Fwindow_live_p, Fother_window, Fenlarge_window, Fshrink_window,
Fscroll_up, Fscroll_down, Fscroll_other_window, Fscroll_left,
Fscroll_right, Frecenter, Fwindow_configuration_p): Harmonize arguments
with documentation.
1996-01-09 00:34:12 +00:00
Erik Naggum
1f5e848a11 (Ftext_properties_at, Fget_text_property, Fget_char_property,
Fnext_property_change, Fnext_single_property_change,
Fprevious_property_change, Fprevious_single_property_change,
Fadd_text_properties, Fput_text_property, Fset_text_properties,
Fremove_text_properties, Ftext_property_any, Ftext_property_not_all):
Harmonize arguments with documentation.
1996-01-09 00:34:01 +00:00
Erik Naggum
2203e1e8b7 (Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodify_syntax_entry):
Harmonize arguments with documentation.
1996-01-09 00:33:54 +00:00
Erik Naggum
5806161b4f (Fmatch_end, Fregexp_quote): Harmonize arguments with documentation. 1996-01-09 00:33:47 +00:00
Erik Naggum
4ee3e30977 (Fprocessp, Fget_buffer_process, Fdelete_process, Fprocess_status,
Fprocess_exit_status, Fprocess_id, Fprocess_name, Fprocess_command,
Fprocess_tty_name, Fset_process_buffer, Fprocess_buffer, Fprocess_mark,
Fset_process_filter, Fprocess_filter, Fset_process_sentinel,
Fprocess_sentinel, Fset_process_window_size, Fprocess_kill_without_query,
Faccept_process_output): Harmonize arguments with documentation.
1996-01-09 00:33:39 +00:00
Erik Naggum
3738a3710d (Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): Harmonize
arguments with documentation.
1996-01-09 00:33:28 +00:00
Erik Naggum
7efd36fc63 (Ftry_completion, Fall_completions, Fcompleting_read): Harmonize arguments
with documentation.
1996-01-09 00:33:22 +00:00
Erik Naggum
9be191c94f (Fset_marker): Harmonize arguments with documentation. 1996-01-09 00:33:13 +00:00
Erik Naggum
86a3ca5e06 (Fend_kbd_macro, Fexecute_kbd_macro): Harmonize arguments with
documentation.
1996-01-09 00:33:09 +00:00
Erik Naggum
88539837f7 (Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps,
Ftext_char_description, Fapropos_internal): Harmonize arguments with
documentation.
1996-01-09 00:33:04 +00:00
Erik Naggum
e57d8fd80f (Fevent_convert_list, Fcommand_execute): Harmonize arguments with
documentation.
1996-01-09 00:32:53 +00:00
Erik Naggum
04c9843223 (Findent_to): Harmonize arguments with documentation. 1996-01-09 00:32:30 +00:00
Erik Naggum
735eeca317 (Fhandle_switch_frame, Fset_frame_height): Harmonize arguments with
documentation.
1996-01-09 00:32:25 +00:00
Erik Naggum
3e67070281 (Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation. 1996-01-09 00:32:16 +00:00
Erik Naggum
e9319ef2ca (Flock_buffer, Ffile_locked_p): Harmonize arguments with documentation. 1996-01-09 00:32:09 +00:00