diff lisp/progmodes/compile.el @ 62527:c531c5fa55c5

(compilation-finish-function): Fix defvar.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 19 May 2005 16:48:28 +0000
parents 88b93ce112d1
children c18eb4cd2ef7 f042e7c0fe20
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."