mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(compilation-finish-function): Fix defvar.
This commit is contained in:
parent
e1c45277c5
commit
620d3304e2
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* progmodes/compile.el (compilation-finish-function): Fix defvar.
|
||||
|
||||
2005-05-19 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
|
||||
|
|
@ -19,7 +23,7 @@
|
|||
|
||||
* progmodes/compile.el (compilation-finish-function): Mark obsolete.
|
||||
(compilation-set-window): Don't call left-fringe-p; do it directly.
|
||||
|
||||
|
||||
2005-05-19 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
* calc/calc-graph.el (calc-graph-format-data): Make sure
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
|
|||
(defvar compilation-finish-function nil
|
||||
"Function to call when a compilation process finishes.
|
||||
It is called with two arguments: the compilation buffer, and a string
|
||||
describing how the process finished.
|
||||
describing how the process finished.")
|
||||
|
||||
(make-obsolete-variable 'compilation-finish-function
|
||||
"Use `compilation-finish-functions', but it works a little differently."
|
||||
|
|
|
|||
Loading…
Reference in a new issue