comparison lisp/ChangeLog @ 57177:b4cd85fb44e5

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 21 Sep 2004 00:40:06 +0000
parents 49ccd53252ba
children e4cb3e4ca6e8
comparison
equal deleted inserted replaced
57176:2da0a6d97b14 57177:b4cd85fb44e5
1 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
2
3 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4 after the mode-hooks instead of before. Doc fix.
5
1 2004-09-20 Jason Rumney <jasonr@gnu.org> 6 2004-09-20 Jason Rumney <jasonr@gnu.org>
2 7
3 * startup.el (command-line) [windows-nt]: Try .emacs first, then 8 * startup.el (command-line) [windows-nt]: Try .emacs first, then
4 _emacs, but revert to .emacs if neither exists in home directory. 9 _emacs, but revert to .emacs if neither exists in home directory.
5 10
18 * term.el (term-emulate-terminal): Turn off undo for output. 23 * term.el (term-emulate-terminal): Turn off undo for output.
19 Use with-current-buffer and save-selected-window. 24 Use with-current-buffer and save-selected-window.
20 25
21 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix. 26 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
22 27
23 * progmodes/make-mode.el (makefile-fill-paragraph): 28 * progmodes/make-mode.el (makefile-fill-paragraph):
24 Don't insist on spaces when looking for comments. # is enough. 29 Don't insist on spaces when looking for comments. # is enough.
25 30
26 * files.el (hack-local-variables): Copy the variables list 31 * files.el (hack-local-variables): Copy the variables list
27 to another buffer, strip prefixes and suffixes there, then read. 32 to another buffer, strip prefixes and suffixes there, then read.
28 (enable-local-eval): Doc fix. 33 (enable-local-eval): Doc fix.
29 (ignored-local-variables): Initialize to nil. 34 (ignored-local-variables): Initialize to nil.
30 (risky-local-variable-p): Don't check ignored-local-variables here. 35 (risky-local-variable-p): Don't check ignored-local-variables here.