Mercurial > emacs
changeset 43769:72eb9658393c
(ibuffer-filter-format-alist): Add type and group.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Fri, 08 Mar 2002 04:06:18 +0000 |
parents | 643faa52276e |
children | a6103ef77add |
files | lisp/ibuf-ext.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ibuf-ext.el Fri Mar 08 04:04:22 2002 +0000 +++ b/lisp/ibuf-ext.el Fri Mar 08 04:06:18 2002 +0000 @@ -142,7 +142,10 @@ major mode is `emacs-lisp-mode', you only want to see the mark and the name of the buffer. You could accomplish that by adding: (mode ((mark \" \" name))) -to this variable.") +to this variable." + :type '(repeat (list :tag "Association" (symbol :tag "Filter") + (list :tag "Formats" (repeat (sexp :tag "Format"))))) + :group 'ibuffer) (defvar ibuffer-cached-filter-formats nil) (defvar ibuffer-compiled-filter-formats nil)