]> git.eshelyaron.com Git - emacs.git/commitdiff
(iswitchb-buffer-ignore): Update custom type to allow functions.
authorStephen Eglen <stephen@gnu.org>
Sat, 31 May 2003 16:21:25 +0000 (16:21 +0000)
committerStephen Eglen <stephen@gnu.org>
Sat, 31 May 2003 16:21:25 +0000 (16:21 +0000)
lisp/ChangeLog
lisp/iswitchb.el

index 1597c731eaa804a68daebd3ab8ca35083e73b46f..c89b0c98941bb73da5f107b7f9b072d8670d8113 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-31  Stephen Eglen  <stephen@gnu.org>
+
+       * iswitchb.el (iswitchb-buffer-ignore): Update custom type to
+       allow functions.
+
 2003-05-31  Stefan Monnier  <monnier@cs.yale.edu>
 
        * wid-edit.el (widget-specify-insert): Simplify.
index ac384a3a874e287270ee3586af27b6c1d1ee1547..361d7ad673dfe3a4c492361f7299dac8338f3bfe 100644 (file)
@@ -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