Richard M. Stallman
06e24ef705
(save-place-to-alist): Use with-no-warnings.
2005-04-23 16:40:24 +00:00
Richard M. Stallman
a99df87d8e
(command-line): Use with-no-warnings.
2005-04-23 16:39:54 +00:00
Richard M. Stallman
64da8b20e2
(window-size-fixed): New defvar.
2005-04-23 16:38:41 +00:00
Richard M. Stallman
25e73e0cdb
(easy-menu-do-define): Use defalias, not fset.
2005-04-23 16:38:03 +00:00
Richard M. Stallman
5aaf089934
(rmail-font-lock-keywords): Use font-lock-comment-delimiter-face.
2005-04-23 16:36:53 +00:00
Richard M. Stallman
7398a391be
(mail-font-lock-keywords): Use font-lock-comment-delimiter-face.
2005-04-23 16:36:08 +00:00
Richard M. Stallman
0ea50e431b
(next-error-highlight-timer): New defvar.
...
(compilation-mode-font-lock-keywords):
Specify t for LAXMATCH when matching directories.
Save match data around compilation-compat-error-properties form.
2005-04-23 16:35:19 +00:00
Richard M. Stallman
31c8450e3d
(Changing Files): Document MUSTBENEW arg in copy-file.
2005-04-23 16:24:59 +00:00
Richard M. Stallman
c9fa5dc9e9
*** empty log message ***
2005-04-23 16:22:23 +00:00
Richard M. Stallman
658819b69f
(Cyclic Window Ordering): Clarify window-list.
2005-04-23 16:22:02 +00:00
Richard M. Stallman
c50f15d05a
(Fcopy_file): New arg MUSTBENEW.
...
(Frename_file): Pass new arg to Fcopy_file.
2005-04-23 16:19:37 +00:00
Richard M. Stallman
c0e7ccd393
(window_size_fixed): Variable deleted.
...
(syms_of_window): Initialize window-size-fixed to nil.
But don't DEFVAR window_size_fixed.
2005-04-23 16:18:23 +00:00
Andreas Schwab
d379c55889
.
2005-04-23 15:59:39 +00:00
Andreas Schwab
919fab71f8
(LD_SWITCH_MACHINE) [LINUX]: Don't define.
...
(START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
use lib64 instead of lib.
(_LP64) [_ARCH_PPC64]: Define if not defined.
2005-04-23 15:58:32 +00:00
Andreas Schwab
1c70f4735c
Regenerate.
2005-04-23 15:50:24 +00:00
Andreas Schwab
84520dffaf
Remove duplicate match for powerpc configuration.
2005-04-23 15:49:36 +00:00
Andreas Schwab
8bdf62a786
(isearch-forward): Doc fix.
2005-04-23 15:38:07 +00:00
Eli Zaretskii
0f812f3ff7
Mark JIT stealth entry as non-documentable.
2005-04-23 12:58:06 +00:00
Eli Zaretskii
a5f25dcd0f
Document changes in JIT stealth lock parameters.
2005-04-23 12:47:34 +00:00
Eli Zaretskii
4739237ddf
(jit-lock-stealth-time): Change default value to 16.
...
(jit-lock-stealth-nice): Change default value to 0.5.
2005-04-23 12:41:24 +00:00
Eli Zaretskii
71baa28ffb
(write-abbrev-file): Write table entries in alphabetical order
...
by table name.
2005-04-23 12:34:05 +00:00
Eli Zaretskii
e7427ac187
Fix a typo.
2005-04-23 11:49:28 +00:00
Thien-Thi Nguyen
007d105bf6
*** empty log message ***
2005-04-22 22:33:17 +00:00
Thien-Thi Nguyen
47539b8564
(HAVE_PWD_H): Define.
2005-04-22 22:31:15 +00:00
Thien-Thi Nguyen
d8905e0db2
(HAVE_PWD_H): Undef.
2005-04-22 22:27:14 +00:00
Nick Roberts
5e222bcd7f
*** empty log message ***
2005-04-22 21:33:35 +00:00
Kim F. Storm
2a5095fba0
(ido-read-internal): Fix `list' completion.
2005-04-22 15:09:48 +00:00
Kim F. Storm
e271742d1f
*** empty log message ***
2005-04-22 15:08:27 +00:00
Kenichi Handa
b9c1591618
*** empty log message ***
2005-04-22 07:11:21 +00:00
Kenichi Handa
1468c19bdd
(copy_sub_char_table): Explicitly copy the default value
...
of the sub-chartable.
2005-04-22 07:11:08 +00:00
Kenichi Handa
9a9c3a4b94
*** empty log message ***
2005-04-22 05:56:58 +00:00
Kenichi Handa
8dde0e95d4
(recentf-save-file-coding-system): New variable.
...
(recentf-save-list): Encode the file by
recentf-save-file-coding-system and add coding: tag.
2005-04-22 05:38:29 +00:00
Nick Roberts
230e1e8026
*** empty log message ***
2005-04-22 04:11:30 +00:00
Nick Roberts
f7f8f37aa6
(define-obsolete-variable-alias): New macro.
2005-04-22 04:08:08 +00:00
Nick Roberts
727273e7e0
(Variable Aliases): Describe make-obsolete-variable
...
and define-obsolete-variable-alias.
2005-04-22 04:07:29 +00:00
Kim F. Storm
24f004ca82
(Symbol Plists): Remove safe-get, as get is now safe.
...
(Other Plists): Remove safe-plist-get, as plist-get is now safe.
2005-04-21 23:46:49 +00:00
Kim F. Storm
1ba52906b4
*** empty log message ***
2005-04-21 23:46:33 +00:00
Kim F. Storm
16a5378b45
(resolve_face_name): Use Fget instead of Fsafe_get.
2005-04-21 23:45:40 +00:00
Kim F. Storm
bccf59df97
(store_mode_line_string, produce_stretch_glyph)
...
(note_mode_line_or_margin_highlight, note_mouse_highlight):
Use Fplist_get instead of Fsafe_plist_get.
2005-04-21 23:45:28 +00:00
Kim F. Storm
bbeb5fe904
(Fsafe_plist_get, Fsafe_get): Remove EXFUN.
2005-04-21 23:45:10 +00:00
Kim F. Storm
12ae7fc611
(Fplist_get): Replace by Fsafe_plist_get.
...
(Fsafe_plist_get): Rename to Fplist_get.
(Fsafe_get): Remove, as Fget now uses safe Fplist_get.
(defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
2005-04-21 23:44:59 +00:00
Kim F. Storm
d12168d677
Typo in comment.
2005-04-21 23:36:16 +00:00
Lute Kamstra
9721d90458
*** empty log message ***
2005-04-21 21:38:33 +00:00
Lute Kamstra
bd0f9535ce
(unload-feature): Don't remove a function from hooks if it is about to
...
be restored to an autoload . Remove functions that will become
unbound from auto-mode-alist. Simplify the code.
2005-04-21 21:36:24 +00:00
Lute Kamstra
3972533765
Mention new function rassq-delete-all.
2005-04-21 21:29:34 +00:00
Lute Kamstra
0e6fb1e6e2
(Association Lists): Document rassq-delete-all.
2005-04-21 21:22:58 +00:00
Lute Kamstra
2c7b5da17a
(assq-delete-all): New implementation that is linear, not quadratic.
...
Suggested by David Kastrup <dak@gnu.org>.
(rassq-delete-all): New function.
2005-04-21 21:18:29 +00:00
Lute Kamstra
e157359534
(menu-bar-options-save, menu-bar-showhide-menu): Add size-indication-mode.
2005-04-21 10:31:01 +00:00
Miles Bader
e235145cf3
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-272
...
src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
2005-04-21 07:23:50 +00:00
Kenichi Handa
2375e71aff
Add autoload for widget-value in
...
eval-when-compile
2005-04-21 05:02:18 +00:00