Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.355 
emacs/lisp/progmodes/compile.el:1.356
*** emacs/lisp/progmodes/compile.el:1.355       Thu May 19 15:38:27 2005
--- emacs/lisp/progmodes/compile.el     Thu May 19 16:48:28 2005
***************
*** 117,123 ****
  (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.
  
  (make-obsolete-variable 'compilation-finish-function
    "Use `compilation-finish-functions', but it works a little differently."
--- 117,123 ----
  (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.")
  
  (make-obsolete-variable 'compilation-finish-function
    "Use `compilation-finish-functions', but it works a little differently."


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to