# HG changeset patch # User Stephen Eglen # Date 1054398006 0 # Node ID 4ca289edd9e34482aff1094d1ad1d6b9084d7438 # Parent 6621a59466ec5c82ef16a4f9d118cb364eef7a46 (iswitchb-buffer-ignore): Update custom type to allow functions. diff -r 6621a59466ec -r 4ca289edd9e3 lisp/iswitchb.el --- 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