`ibuf-ext' feature. Thanks to Zhang Wei.
+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
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