diff options
| author | Luc Teirlinck | 2004-09-21 00:40:06 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-21 00:40:06 +0000 |
| commit | 6d9ac082df6364ee19b251124f2ea291e7481651 (patch) | |
| tree | 9d995dfad1f5bc80d5719329cd232a567e3aef53 /lisp/ChangeLog | |
| parent | 98b83a887e62e48b981d8f29e973028926cbb8f2 (diff) | |
| download | emacs-6d9ac082df6364ee19b251124f2ea291e7481651.tar.gz emacs-6d9ac082df6364ee19b251124f2ea291e7481651.zip | |
(run-mode-hooks): Run `after-change-major-mode-hook' after the
mode-hooks instead of before. Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88cebb15340..20a2f5987bd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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 |
| @@ -20,9 +25,9 @@ | |||
| 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. |