]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-minor-mode): Add missing `)'.
authorErik Naggum <erik@naggum.no>
Thu, 22 Feb 1996 02:45:43 +0000 (02:45 +0000)
committerErik Naggum <erik@naggum.no>
Thu, 22 Feb 1996 02:45:43 +0000 (02:45 +0000)
lisp/progmodes/compile.el

index a5d72f424b1d807e6479b0dc1c6610f10a8c8120..b679f44f01a4f55a0ec62a87360ba7ae9d6b45bd 100644 (file)
@@ -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)