From: John Paul Wallington Date: Mon, 13 Mar 2006 01:45:16 +0000 (+0000) Subject: (ibuffer-never-show-predicates): Add `require' keyword; require X-Git-Tag: emacs-pretest-22.0.90~3630 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da63ece4730cb1479179dc96380d1a37f3f80108;p=emacs.git (ibuffer-never-show-predicates): Add `require' keyword; require `ibuf-ext' feature. Thanks to Zhang Wei. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 522afdbe6bf..cd48555865e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-03-13 John Paul Wallington + + * ibuf-ext.el (ibuffer-never-show-predicates): Add `require' + keyword; require `ibuf-ext' feature. Thanks to Zhang Wei. + 2006-03-12 Luc Teirlinck * cus-start.el (all): Delete :version keyword for members of the diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index e5820d066e2..183da83816d 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -74,6 +74,7 @@ If a regexp, then it will be matched against the buffer's name. 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