changeset 14643:9a31b6a37efd

(compilation-minor-mode): Add missing `)'.
author Erik Naggum <erik@naggum.no>
date Thu, 22 Feb 1996 02:45:43 +0000
parents 01e8fdb45deb
children 325bc6726a7b
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Wed Feb 21 21:44:28 1996 +0000
+++ b/lisp/progmodes/compile.el	Thu Feb 22 02:45:43 1996 +0000
@@ -584,7 +584,7 @@
 				     (> (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)