[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el |
Date: |
Thu, 19 May 2005 12:48:30 -0400 |
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."