Richard M. Stallman
1bf87f6ba3
(sh-mode-default-syntax-table): Renamed from sh-mode-syntax-table.
...
Call sh-mode-syntax-table directly.
(sh-mode-syntax-table-input): New variable.
(sh-require-final-newline): Don't use eval.
(sh-builtins, sh-leading-keywords, sh-other-keywords)
(sh-variables, sh-font-lock-keywords): Don't use eval.
(sh-set-shell): When setting require-final-newline,
treat value = `require-final-newline' as don't change it.
Set sh-mode-syntax-table locally based on
sh-mode-syntax-table-input and sh-mode-default-syntax-table.
2003-09-22 15:39:47 +00:00
Richard M. Stallman
dfe02f1424
(compile-internal): Call compilation-set-window-height
...
before setting window start.
2003-09-22 15:25:47 +00:00
Richard M. Stallman
a94d391acd
(lm-with-file): Don't visit the file,
...
just use insert-file-contents in temp buffer.
(lm-get-header-re): Added surrounding \\( and \\) around the header,
as in for lm-history-header 'Change Log\\|History'.
2003-09-22 15:23:53 +00:00
Richard M. Stallman
9dbd7d6674
(byte-compile-log-file): Clear out byte-compile-last-warned-form.
2003-09-22 15:16:10 +00:00
Richard M. Stallman
7cff48094e
(woman-file-name, woman-follow-word):
...
If current-word returns nil, use "".
2003-09-22 15:15:26 +00:00
Richard M. Stallman
683e741557
(eval-expression): Bind standard-output in to-buffer case.
2003-09-22 15:11:02 +00:00
John Paul Wallington
b8313039df
Add Commentary section, minor cleanup of file header.
...
(ld-script-font-lock-keywords): Doc fix.
(toplevel): Provide `ld-script' feature.
2003-09-22 12:37:00 +00:00
Kim F. Storm
b648413bf5
*** empty log message ***
2003-09-20 23:36:00 +00:00
Kim F. Storm
61f2fe7b10
(set-scroll-bar-mode): Initialize to new built-in variable
...
default-frame-scroll-bars.
(scroll-bar-mode): Use default-frame-scroll-bars when enabling
scroll-bar-mode; notably, use it instead of t when we toggle
scroll-bars on.
(toggle-scroll-bar): Use default-frame-scroll-bars.
2003-09-20 23:33:37 +00:00
Glenn Morris
9df076f27f
(use-fancy-splash-screens-p, display-splash-screen): Move
...
display-graphic-p test from latter to former. Fixes previous change.
2003-09-19 22:44:45 +00:00
Masatake YAMATO
9ceda1bb22
Change the prompt depending on `filter' value.
2003-09-19 18:43:16 +00:00
Glenn Morris
9f8b58091c
(command-line-1): Stop startup-echo-area-message being hidden by
...
"Loading image..." message.
2003-09-19 17:13:23 +00:00
Glenn Morris
1fd244505e
(sh-font-lock-keywords): Highlight escaped EOLs differently from other
...
backslash constructs.
2003-09-19 17:10:57 +00:00
Richard M. Stallman
b0f23edf1c
*** empty log message ***
2003-09-19 14:43:31 +00:00
Richard M. Stallman
5fc58d8323
(edebug-var-status, edebug-restore-status): New functions.
...
(edebug-enter, edebug-outside-excursion): Use them.
2003-09-19 14:31:15 +00:00
Richard M. Stallman
2c0696b144
(byte-compile-warning-prefix):
...
Fix the condition for whether to print "In WHERE".
2003-09-19 14:29:42 +00:00
Richard M. Stallman
dcd70a815b
(finder-mode-hook): New variable.
...
(finder-mode): Run hook finder-mode-hook
2003-09-19 14:28:46 +00:00
Andreas Schwab
237f576974
add loaddefs.el
2003-09-19 09:38:59 +00:00
Masatake YAMATO
8cbb7c6199
Fix broken magic autoload comments.
2003-09-18 17:08:22 +00:00
Nick Roberts
8a7bc7b803
(perldb): Change gud-print from just "%e" to "p %e" to
...
actually print the value in the GUD buffer.
2003-09-17 18:33:38 +00:00
Nick Roberts
a85d03b779
*** empty log message ***
2003-09-17 18:31:36 +00:00
Kenichi Handa
dedc16d429
(utf-8-post-read-conversion): Call post-read-conversion functions for
...
Devanagari, Malayalam, and Tamil.
2003-09-17 06:43:36 +00:00
Kenichi Handa
83560ae160
(tamil-post-read-conversion): Add autoload cookie.
2003-09-17 06:42:17 +00:00
Kenichi Handa
51101465df
(malayalam-post-read-conversion): Add autoload cookie.
2003-09-17 06:41:52 +00:00
Kenichi Handa
51f54e7899
(devanagari-post-read-conversion): Add autoload cookie.
2003-09-17 06:41:36 +00:00
Miles Bader
54ab09c428
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
...
Add loaddefs.el bootstrapping to lisp/makefile.w32-in
2003-09-16 02:40:49 +00:00
Nick Roberts
339a559e5e
(gud-find-class): Make jdb work again since
...
cc-mode changed the syntactic information.
2003-09-15 19:14:00 +00:00
Nick Roberts
966e332183
*** empty log message ***
2003-09-15 19:08:21 +00:00
Glenn Morris
f6a9235a43
David Ponce <david@dponce.com>
...
(recentf-exclude): Accept predicates too.
(recentf-file-readable-p): New function.
(recentf-include-p): Handle predicates in recentf-exclude.
(recentf-add-file): Doc fix. Use recentf-file-readable-p.
(recentf-cleanup): Likewise.
(recentf-save-list): Use write-file to handle backup of recentf-save-file.
2003-09-15 16:24:35 +00:00
Glenn Morris
96c6fd77e0
*** empty log message ***
2003-09-15 16:23:29 +00:00
Miles Bader
41a7fdd2b0
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-47
...
Update lisp/ChangeLog
2003-09-15 05:47:52 +00:00
Miles Bader
eb7b668e8e
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44
...
Add bootstrap mechanism for loaddefs.el
2003-09-15 05:36:56 +00:00
Thien-Thi Nguyen
4a5717d19f
(Electric-pop-up-window): For the `one-window' case,
...
no longer disconcertingly move point in the original buffer.
2003-09-13 13:53:30 +00:00
Eli Zaretskii
e5f06fcebb
Documentation (comments-only) fix.
2003-09-13 09:49:46 +00:00
Stefan Monnier
2b652064c6
(tq-create): Fix mixed up unquote style.
2003-09-12 15:55:47 +00:00
Luc Teirlinck
da92b8d990
*** empty log message ***
2003-09-12 15:06:41 +00:00
Luc Teirlinck
8e4fb86bf5
*** empty log message ***
2003-09-12 14:22:07 +00:00
Luc Teirlinck
e906b0a260
(dired-mode-map): Fix typo
2003-09-12 14:15:17 +00:00
Richard M. Stallman
f387bdeaae
*** empty log message ***
2003-09-12 01:09:43 +00:00
Richard M. Stallman
dc45d1a608
Change maintainer.
2003-09-12 00:55:27 +00:00
Richard M. Stallman
0f790c74e1
(kill-buffer-and-window): Remove `yes-or-no-p' so that
...
the function is less noisy. Now only `kill-buffer' can ask questions.
2003-09-12 00:52:08 +00:00
Richard M. Stallman
f87ef6b12d
(dired-mode-map): Bind M-g to dired-goto-file.
2003-09-12 00:51:13 +00:00
Alex Schroeder
9f7b135da7
*** empty log message ***
2003-09-10 20:09:17 +00:00
Alex Schroeder
dce78214fe
2003-09-10 Mario Lang <mlang@delysid.org>
...
Update Commentary and Copyright.
(battery-linux-proc-acpi): Fix a bug in %b which made "!" never
appear due to wrong ordering of the expressions in `or'.
2003-09-10 19:51:01 +00:00
Eli Zaretskii
d5d78bd53e
Ensure that recentf correctly update the menu bar:
...
(recentf-menu-path,recentf-menu-before): Doc fix.
(recentf-menu-bar): New function.
(recentf-clear-data): Use it
(recentf-update-menu): Likewise. Use easy-menu-add-item instead
of easy-menu-change.
2003-09-08 19:01:57 +00:00
Eli Zaretskii
cc7593b13f
Mark changes by Kevin Rodgers as tiny changes.
2003-09-08 18:26:17 +00:00
Lute Kamstra
5df034de1f
*** empty log message ***
2003-09-08 08:06:58 +00:00
Lute Kamstra
80108537f9
(mode-line-position): Add buffer size indicator.
2003-09-08 08:02:45 +00:00
Lute Kamstra
cf045f9a8d
(size-indication-mode): New.
2003-09-08 08:01:41 +00:00
Lars Hansen
16dbbed6b9
2003-09-08 Lars Hansen <larsh@math.ku.dk>
...
* desktop.el (desktop-buffer-dired): Change name of local variable
to be different from buffer local variable `dired-directory'.
2003-09-08 07:02:44 +00:00