# HG changeset patch # User Erik Naggum # Date 824957143 0 # Node ID 9a31b6a37efd09a8c4ae0421a7b307309be11985 # Parent 01e8fdb45deb2af5ff59dd24fa4834ce55caaa5d (compilation-minor-mode): Add missing `)'. diff -r 01e8fdb45deb -r 9a31b6a37efd lisp/progmodes/compile.el --- 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)