]> git.eshelyaron.com Git - emacs.git/commitdiff
(ibuffer-never-show-predicates): Add `require' keyword; require
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 13 Mar 2006 01:45:16 +0000 (01:45 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 13 Mar 2006 01:45:16 +0000 (01:45 +0000)
`ibuf-ext' feature.  Thanks to Zhang Wei.

lisp/ChangeLog
lisp/ibuf-ext.el

index 522afdbe6bf284baa93fd77a211175d417e49f95..cd48555865e2cc2f56551203b9c88fbc81f225a6 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-13  John Paul Wallington  <jpw@pobox.com>
+
+       * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
+       keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
+
 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
 
        * cus-start.el (all): Delete :version keyword for members of the
index e5820d066e29655c9fe91c65888503617b780d7e..183da83816d69635255473d6bd6b5521c5a213af 100644 (file)
@@ -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