diff options
author | John Paul Wallington <jpw@pobox.com> | 2006-03-13 01:45:16 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2006-03-13 01:45:16 +0000 |
commit | da63ece4730cb1479179dc96380d1a37f3f80108 (patch) | |
tree | 6f87e751d591303509c6ab564d015bc987e8ca54 /lisp/ibuf-ext.el | |
parent | 2044e8f18467958665c6b573f21f89c6b9daa0c6 (diff) | |
download | emacs-da63ece4730cb1479179dc96380d1a37f3f80108.tar.gz |
(ibuffer-never-show-predicates): Add `require' keyword; require
`ibuf-ext' feature. Thanks to Zhang Wei.
Diffstat (limited to 'lisp/ibuf-ext.el')
-rw-r--r-- | lisp/ibuf-ext.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |