# HG changeset patch # User Luc Teirlinck # Date 1116521308 0 # Node ID c531c5fa55c5fa1f1bb56b82ecb647ddc27dd4d7 # Parent 5a6f1df1ae1e2b4aaa264049dc8b1cd8709cdba0 (compilation-finish-function): Fix defvar. diff -r 5a6f1df1ae1e -r c531c5fa55c5 lisp/progmodes/compile.el --- 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."