Mercurial > emacs
changeset 80939:5648db4524f7
(compilation-handle-exit): Quote first argument of `run-hook-with-args'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 16 May 2007 15:43:57 +0000 |
parents | 2a95a247e1ec |
children | a624fe7396ce |
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:05:36 2007 +0000 +++ b/lisp/progmodes/compile.el Wed May 16 15:43:57 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)