Mercurial > emacs
changeset 62527:c531c5fa55c5
(compilation-finish-function): Fix defvar.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 19 May 2005 16:48:28 +0000 |
parents | 5a6f1df1ae1e |
children | 4dfd92e38a92 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Thu May 19 15:46:19 2005 +0000 +++ b/lisp/progmodes/compile.el Thu May 19 16:48:28 2005 +0000 @@ -117,7 +117,7 @@ (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."