changeset 51366:4ca289edd9e3

(iswitchb-buffer-ignore): Update custom type to allow functions.
author Stephen Eglen <stephen@gnu.org>
date Sat, 31 May 2003 16:20:06 +0000
parents 6621a59466ec
children f880f27737f4
files lisp/iswitchb.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/iswitchb.el	Sat May 31 16:03:11 2003 +0000
+++ b/lisp/iswitchb.el	Sat May 31 16:20:06 2003 +0000
@@ -293,7 +293,7 @@
 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