diff options
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 1990630608d..4eee009f689 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -134,7 +134,7 @@ | |||
| 134 | (purecopy (concat "^\\s-*(" | 134 | (purecopy (concat "^\\s-*(" |
| 135 | (regexp-opt | 135 | (regexp-opt |
| 136 | '(;; Elisp | 136 | '(;; Elisp |
| 137 | "defconst" "defcustom" | 137 | "defconst" "defcustom" "defvar-keymap" |
| 138 | ;; CL | 138 | ;; CL |
| 139 | "defconstant" | 139 | "defconstant" |
| 140 | "defparameter" "define-symbol-macro") | 140 | "defparameter" "define-symbol-macro") |