diff options
| author | Luc Teirlinck | 2005-05-19 16:53:26 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-19 16:53:26 +0000 |
| commit | 620d3304e2edeb5a26aa9d07a171bd4358ef4257 (patch) | |
| tree | ab016dc9062e0fd8fb66911627f6473d1043063c /lisp/ChangeLog | |
| parent | e1c45277c5ff6a8be642a972cab87e3ea30add26 (diff) | |
| download | emacs-620d3304e2edeb5a26aa9d07a171bd4358ef4257.tar.gz emacs-620d3304e2edeb5a26aa9d07a171bd4358ef4257.zip | |
(compilation-finish-function): Fix defvar.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d49f580ecd..bad5a550509 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-05-19 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-finish-function): Fix defvar. | ||
| 4 | |||
| 1 | 2005-05-19 Richard M. Stallman <rms@gnu.org> | 5 | 2005-05-19 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks. | 7 | * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks. |
| @@ -19,7 +23,7 @@ | |||
| 19 | 23 | ||
| 20 | * progmodes/compile.el (compilation-finish-function): Mark obsolete. | 24 | * progmodes/compile.el (compilation-finish-function): Mark obsolete. |
| 21 | (compilation-set-window): Don't call left-fringe-p; do it directly. | 25 | (compilation-set-window): Don't call left-fringe-p; do it directly. |
| 22 | 26 | ||
| 23 | 2005-05-19 Jay Belanger <belanger@truman.edu> | 27 | 2005-05-19 Jay Belanger <belanger@truman.edu> |
| 24 | 28 | ||
| 25 | * calc/calc-graph.el (calc-graph-format-data): Make sure | 29 | * calc/calc-graph.el (calc-graph-format-data): Make sure |