]> git.eshelyaron.com Git - emacs.git/commitdiff
(ibuffer-filter-format-alist): Add type and group.
authorColin Walters <walters@gnu.org>
Fri, 8 Mar 2002 04:06:18 +0000 (04:06 +0000)
committerColin Walters <walters@gnu.org>
Fri, 8 Mar 2002 04:06:18 +0000 (04:06 +0000)
lisp/ibuf-ext.el

index bcd0a5a6c22b6d15e1eb44e8513dc1ed6ab9e874..1c3f6c749306808c19e06a8e6bc18ac1192a7e11 100644 (file)
@@ -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)