diff options
| author | Richard M. Stallman | 2005-05-19 15:46:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-19 15:46:19 +0000 |
| commit | e1c45277c5ff6a8be642a972cab87e3ea30add26 (patch) | |
| tree | af400c68c6da940b5deff4c7f870e531c0e6c043 /lisp/ChangeLog | |
| parent | 9aca24765f2629c43f6097fa1d78f8ffd01a02be (diff) | |
| download | emacs-e1c45277c5ff6a8be642a972cab87e3ea30add26.tar.gz emacs-e1c45277c5ff6a8be642a972cab87e3ea30add26.zip | |
(makefile-mode): Use run-mode-hooks.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf703845c0f..0d49f580ecd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2005-05-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks. | ||
| 4 | |||
| 5 | * subr.el (event-basic-type): Don't get an error. | ||
| 6 | (left-fringe-p): Function deleted. | ||
| 7 | |||
| 8 | * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu. | ||
| 9 | |||
| 10 | * dired-aux.el (dired-copy-file-recursive): Handle symlinks | ||
| 11 | in recursive copy. | ||
| 12 | |||
| 13 | * frame.el (show-trailing-whitespace): In group `whitespace-faces'. | ||
| 14 | |||
| 15 | * emacs-lisp/byte-run.el (eval-when-compile): Doc fix. | ||
| 16 | |||
| 17 | * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable): | ||
| 18 | Call byte-compile-nogroup-warn if appropriate. | ||
| 19 | |||
| 20 | * progmodes/compile.el (compilation-finish-function): Mark obsolete. | ||
| 21 | (compilation-set-window): Don't call left-fringe-p; do it directly. | ||
| 22 | |||
| 1 | 2005-05-19 Jay Belanger <belanger@truman.edu> | 23 | 2005-05-19 Jay Belanger <belanger@truman.edu> |
| 2 | 24 | ||
| 3 | * calc/calc-graph.el (calc-graph-format-data): Make sure | 25 | * calc/calc-graph.el (calc-graph-format-data): Make sure |