From: Erik Naggum Date: Thu, 22 Feb 1996 02:45:43 +0000 (+0000) Subject: (compilation-minor-mode): Add missing `)'. X-Git-Tag: emacs-19.34~1217 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b90a00f27fd6d4099e974ba1554f53142066cc01;p=emacs.git (compilation-minor-mode): Add missing `)'. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index a5d72f424b1..b679f44f01a 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -584,7 +584,7 @@ Turning the mode on runs the normal hook `compilation-minor-mode-hook'." (> (prefix-numeric-value arg) 0))) (progn (compilation-setup) - (run-hooks 'compilation-minor-mode-hook))) + (run-hooks 'compilation-minor-mode-hook)))) ;; Write msg in the current buffer and hack its mode-line-process. (defun compilation-handle-exit (process-status exit-status msg)