From b918ba098ae1d6d356cf524d237e5a44ac18a527 Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Sat, 31 May 2003 16:20:06 +0000 Subject: (iswitchb-buffer-ignore): Update custom type to allow functions. --- lisp/iswitchb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/iswitchb.el') 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 -- cgit v1.2.1