From b90a00f27fd6d4099e974ba1554f53142066cc01 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Thu, 22 Feb 1996 02:45:43 +0000 Subject: [PATCH] (compilation-minor-mode): Add missing `)'. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2