From: Colin Walters Date: Fri, 8 Mar 2002 04:06:18 +0000 (+0000) Subject: (ibuffer-filter-format-alist): Add type and group. X-Git-Tag: ttn-vms-21-2-B4~16287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d63dcf565fe44b713223e09ea7ed093968f1403;p=emacs.git (ibuffer-filter-format-alist): Add type and group. --- diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index bcd0a5a6c22..1c3f6c74930 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -142,7 +142,10 @@ For example, suppose that when you add a filter for buffers whose 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)