diff lisp/ibuf-ext.el @ 90365:a802c5505156

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 148-156) - Update from CVS - Merge from gnus--rel--5.10 - Remove nick-abbrevs stuff from rcirc.el - rcirc.el update from Ryan Yeske * gnus--rel--5.10 (patch 57) - Copy/update icons from Gnus trunk
author Miles Bader <miles@gnu.org>
date Mon, 13 Mar 2006 12:19:58 +0000
parents d6f8fe3307c8 b47862df4a6b
children e6bf73e43cf4
line wrap: on
line diff
--- a/lisp/ibuf-ext.el	Fri Mar 10 23:46:54 2006 +0000
+++ b/lisp/ibuf-ext.el	Mon Mar 13 12:19:58 2006 +0000
@@ -74,6 +74,7 @@
 If a function, it will be called with the buffer as an argument, and
 should return non-nil if this buffer should not be shown."
   :type '(repeat (choice regexp function))
+  :require 'ibuf-ext
   :group 'ibuffer)
 
 (defcustom ibuffer-always-show-predicates nil