# HG changeset patch # User Colin Walters # Date 1015560378 0 # Node ID 72eb9658393cde2a7bba518e001e2221c4496b12 # Parent 643faa52276e245f05dd91f8438b3defe1cca642 (ibuffer-filter-format-alist): Add type and group. diff -r 643faa52276e -r 72eb9658393c lisp/ibuf-ext.el --- 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)