changeset 69452:b47862df4a6b

(ibuffer-never-show-predicates): Add `require' keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
author John Paul Wallington <jpw@pobox.com>
date Mon, 13 Mar 2006 01:43:45 +0000
parents 6c89c044a798
children 91b04387dd58
files lisp/ibuf-ext.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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