diff lisp/ibuf-ext.el @ 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 26cb2bd7070b
children 784c6f7e7ed3
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)