/[emacs]/emacs/lisp/iswitchb.el
ViewVC logotype

Diff of /emacs/lisp/iswitchb.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by deego, Sun Sep 18 12:25:02 2005 UTC revision 1.63 by rms, Tue Oct 4 20:27:58 2005 UTC
# Line 293  with a space, for which the regexp is `^ Line 293  with a space, for which the regexp is `^
293  example functions that filter buffernames."  example functions that filter buffernames."
294    :type '(repeat (choice regexp function))    :type '(repeat (choice regexp function))
295    :group 'iswitchb)    :group 'iswitchb)
296    (put 'iswitchb-buffer-ignore 'risky-local-variable t)
297    
298  (defcustom iswitchb-max-to-show nil  (defcustom iswitchb-max-to-show nil
299    "*If non-nil, limit the number of names shown in the minibuffer.    "*If non-nil, limit the number of names shown in the minibuffer.
# Line 942  BUFFER-LIST can be list of buffers or li Line 943  BUFFER-LIST can be list of buffers or li
943              (progn              (progn
944                (setq ignorep t)                (setq ignorep t)
945                (setq re-list nil))))                (setq re-list nil))))
946         ((fboundp nextstr)         ((functionp nextstr)
947          (if (funcall nextstr bufname)          (if (funcall nextstr bufname)
948              (progn              (progn
949                (setq ignorep t)                (setq ignorep t)

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26