emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/iswitchb.el


From: Stephen Eglen
Subject: [Emacs-diffs] Changes to emacs/lisp/iswitchb.el
Date: Sat, 31 May 2003 12:20:06 -0400

Index: emacs/lisp/iswitchb.el
diff -c emacs/lisp/iswitchb.el:1.40 emacs/lisp/iswitchb.el:1.41
*** emacs/lisp/iswitchb.el:1.40 Tue Feb  4 06:31:09 2003
--- emacs/lisp/iswitchb.el      Sat May 31 12:20:06 2003
***************
*** 293,299 ****
  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)
    :group 'iswitchb)
  
  (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help
--- 293,299 ----
  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 (choice regexp function))
    :group 'iswitchb)
  
  (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help




reply via email to

[Prev in Thread] Current Thread [Next in Thread]