Mercurial > emacs
changeset 57177:b4cd85fb44e5
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 21 Sep 2004 00:40:06 +0000 |
parents | 2da0a6d97b14 |
children | e4cb3e4ca6e8 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Sep 21 00:37:22 2004 +0000 +++ b/lisp/ChangeLog Tue Sep 21 00:40:06 2004 +0000 @@ -1,3 +1,8 @@ +2004-09-20 Luc Teirlinck <teirllm@auburn.edu> + + * subr.el (run-mode-hooks): Run `after-change-major-mode-hook' + after the mode-hooks instead of before. Doc fix. + 2004-09-20 Jason Rumney <jasonr@gnu.org> * startup.el (command-line) [windows-nt]: Try .emacs first, then @@ -20,9 +25,9 @@ * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix. - * progmodes/make-mode.el (makefile-fill-paragraph): + * progmodes/make-mode.el (makefile-fill-paragraph): Don't insist on spaces when looking for comments. # is enough. - + * files.el (hack-local-variables): Copy the variables list to another buffer, strip prefixes and suffixes there, then read. (enable-local-eval): Doc fix.