From: Richard M. Stallman Date: Mon, 5 May 1997 01:08:45 +0000 (+0000) Subject: (compilation-mode): Add a mode-class property. X-Git-Tag: emacs-20.1~2292 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a35bd795bfdf9f84cf7f6a7620fcf140374a2d0;p=emacs.git (compilation-mode): Add a mode-class property. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 26e37341796..27d4995f3d0 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -756,6 +756,8 @@ exited abnormally with code %d\n" "Keymap for compilation log buffers. `compilation-minor-mode-map' is a cdr of this.") +(put 'compilation-mode 'mode-class 'special) + ;;;###autoload (defun compilation-mode () "Major mode for compilation log buffers.