diff options
author | Stephen Eglen <stephen@gnu.org> | 2003-05-31 16:20:06 +0000 |
---|---|---|
committer | Stephen Eglen <stephen@gnu.org> | 2003-05-31 16:20:06 +0000 |
commit | b918ba098ae1d6d356cf524d237e5a44ac18a527 (patch) | |
tree | 408f0c9b364745a23853469ace248c5912df1d8d /lisp/iswitchb.el | |
parent | c7cbf0fb9901559d52eaa2a79202daa04deda2b1 (diff) | |
download | emacs-b918ba098ae1d6d356cf524d237e5a44ac18a527.tar.gz |
(iswitchb-buffer-ignore): Update custom type to allow functions.
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r-- | lisp/iswitchb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index ac384a3a874..361d7ad673d 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -293,7 +293,7 @@ is temporarily case sensitive." For example, traditional behavior is not to list buffers whose names begin with a space, for which the regexp is `^ '. See the source file for example functions that filter buffernames." - :type '(repeat regexp) + :type '(repeat (choice regexp function)) :group 'iswitchb) (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help |