changeset 77723:b34ac8963d00

(compilation-handle-exit): Quote first argument of `run-hook-with-args'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 16 May 2007 15:35:18 +0000
parents c889a153ce43
children 5dcc9b2e0947
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Wed May 16 14:08:48 2007 +0000
+++ b/lisp/progmodes/compile.el	Wed May 16 15:35:18 2007 +0000
@@ -1448,7 +1448,7 @@
     (with-no-warnings
       (if compilation-finish-function
 	  (funcall compilation-finish-function (current-buffer) msg)))
-    (run-hook-with-args compilation-finish-functions (current-buffer) msg)))
+    (run-hook-with-args 'compilation-finish-functions (current-buffer) msg)))
 
 ;; Called when compilation process changes state.
 (defun compilation-sentinel (proc msg)