(compilation-mode): Add a mode-class property.
This commit is contained in:
parent
158cfdd23f
commit
0a35bd795b
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue