From e47525c4429eb22d838bae8e67b2699bee40763e Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Sat, 31 May 2003 16:21:25 +0000 Subject: [PATCH] (iswitchb-buffer-ignore): Update custom type to allow functions. --- lisp/ChangeLog | 5 +++++ lisp/iswitchb.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5