diff options
| author | Luc Teirlinck | 2005-05-19 16:53:26 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-19 16:53:26 +0000 |
| commit | 620d3304e2edeb5a26aa9d07a171bd4358ef4257 (patch) | |
| tree | ab016dc9062e0fd8fb66911627f6473d1043063c /lisp/progmodes | |
| parent | e1c45277c5ff6a8be642a972cab87e3ea30add26 (diff) | |
| download | emacs-620d3304e2edeb5a26aa9d07a171bd4358ef4257.tar.gz emacs-620d3304e2edeb5a26aa9d07a171bd4358ef4257.zip | |
(compilation-finish-function): Fix defvar.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 67feb970cc2..ad43228a100 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -117,7 +117,7 @@ nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.") | |||
| 117 | (defvar compilation-finish-function nil | 117 | (defvar compilation-finish-function nil |
| 118 | "Function to call when a compilation process finishes. | 118 | "Function to call when a compilation process finishes. |
| 119 | It is called with two arguments: the compilation buffer, and a string | 119 | It is called with two arguments: the compilation buffer, and a string |
| 120 | describing how the process finished. | 120 | describing how the process finished.") |
| 121 | 121 | ||
| 122 | (make-obsolete-variable 'compilation-finish-function | 122 | (make-obsolete-variable 'compilation-finish-function |
| 123 | "Use `compilation-finish-functions', but it works a little differently." | 123 | "Use `compilation-finish-functions', but it works a little differently." |