]> code.delx.au - gnu-emacs/commitdiff
(compilation-finish-function): Fix defvar.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 19 May 2005 16:53:26 +0000 (16:53 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 19 May 2005 16:53:26 +0000 (16:53 +0000)
lisp/ChangeLog
lisp/progmodes/compile.el

index 0d49f580ecd34f777c50962ea06fe518c884dbee..bad5a550509b97c22094f60a3e7c2f01a20e19fd 100644 (file)
@@ -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
index 67feb970cc2c6f2988f4c98a619abf1d4a266c03..ad43228a1008155d7762c1115545037461e6477d 100644 (file)
@@ -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."