From: Stephen Eglen Date: Sat, 31 May 2003 16:21:25 +0000 (+0000) Subject: (iswitchb-buffer-ignore): Update custom type to allow functions. X-Git-Tag: ttn-vms-21-2-B4~9825 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e47525c4429eb22d838bae8e67b2699bee40763e;p=emacs.git (iswitchb-buffer-ignore): Update custom type to allow functions. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1597c731eaa..c89b0c98941 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-05-31 Stephen Eglen + + * iswitchb.el (iswitchb-buffer-ignore): Update custom type to + allow functions. + 2003-05-31 Stefan Monnier * wid-edit.el (widget-specify-insert): Simplify. 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