diff options
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 1f691233208..ebec74fd5b1 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -132,7 +132,9 @@ | |||
| 132 | (put 'define-generic-mode 'doc-string-elt 7) | 132 | (put 'define-generic-mode 'doc-string-elt 7) |
| 133 | ;; define-global-mode has no explicit docstring. | 133 | ;; define-global-mode has no explicit docstring. |
| 134 | (put 'easy-mmode-define-global-mode 'doc-string-elt 0) | 134 | (put 'easy-mmode-define-global-mode 'doc-string-elt 0) |
| 135 | 135 | (put 'define-ibuffer-filter 'doc-string-elt 3) | |
| 136 | (put 'define-ibuffer-op 'doc-string-elt 3) | ||
| 137 | (put 'define-ibuffer-sorter 'doc-string-elt 3) | ||
| 136 | 138 | ||
| 137 | (defun lisp-font-lock-syntactic-face-function (state) | 139 | (defun lisp-font-lock-syntactic-face-function (state) |
| 138 | (if (nth 3 state) | 140 | (if (nth 3 state) |