1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00

* emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Add

define-compilation-mode.
This commit is contained in:
Leo Liu 2014-04-05 10:33:36 +08:00
parent 5cb0cc903f
commit 722237d55e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-04-05 Leo Liu <sdl.web@gmail.com>
* emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Add
define-compilation-mode.
2014-04-04 João Távora <joaotavora@gmail.com>
* elec-pair.el:

View File

@ -104,7 +104,8 @@ It has `lisp-mode-abbrev-table' as its parent."
(regexp-opt
'("defun" "defun*" "defsubst" "defmacro"
"defadvice" "define-skeleton"
"define-minor-mode" "define-global-minor-mode"
"define-compilation-mode" "define-minor-mode"
"define-global-minor-mode"
"define-globalized-minor-mode"
"define-derived-mode" "define-generic-mode"
"define-compiler-macro" "define-modify-macro"