Mercurial > emacs
changeset 42699:1da0dfa86ab5
Handle define-ibuffer-column, define-ibuffer-filter,
define-ibuffer-sorter, and define-ibuffer-op.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sun, 13 Jan 2002 05:40:59 +0000 |
parents | 6cf1ba89dc83 |
children | 9650e8ccfd24 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Sun Jan 13 04:57:24 2002 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Sun Jan 13 05:40:59 2002 +0000 @@ -132,7 +132,9 @@ (put 'define-generic-mode 'doc-string-elt 7) ;; define-global-mode has no explicit docstring. (put 'easy-mmode-define-global-mode 'doc-string-elt 0) - +(put 'define-ibuffer-filter 'doc-string-elt 3) +(put 'define-ibuffer-op 'doc-string-elt 3) +(put 'define-ibuffer-sorter 'doc-string-elt 3) (defun lisp-font-lock-syntactic-face-function (state) (if (nth 3 state)