# HG changeset patch # User John Paul Wallington # Date 1142214225 0 # Node ID b47862df4a6baf59f7d2c1f02fecb380902ba146 # Parent 6c89c044a798c143a77dbf3745d2b2f0f8a993ce (ibuffer-never-show-predicates): Add `require' keyword; require `ibuf-ext' feature. Thanks to Zhang Wei. diff -r 6c89c044a798 -r b47862df4a6b lisp/ibuf-ext.el --- a/lisp/ibuf-ext.el Mon Mar 13 01:05:27 2006 +0000 +++ b/lisp/ibuf-ext.el Mon Mar 13 01:43:45 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