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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/iswitchb.el
Date: Tue, 04 Oct 2005 16:27:59 -0400

Index: emacs/lisp/iswitchb.el
diff -c emacs/lisp/iswitchb.el:1.62 emacs/lisp/iswitchb.el:1.63
*** emacs/lisp/iswitchb.el:1.62 Sun Sep 18 12:25:02 2005
--- emacs/lisp/iswitchb.el      Tue Oct  4 20:27:58 2005
***************
*** 293,298 ****
--- 293,299 ----
  example functions that filter buffernames."
    :type '(repeat (choice regexp function))
    :group 'iswitchb)
+ (put 'iswitchb-buffer-ignore 'risky-local-variable t)
  
  (defcustom iswitchb-max-to-show nil
    "*If non-nil, limit the number of names shown in the minibuffer.
***************
*** 942,948 ****
              (progn
                (setq ignorep t)
                (setq re-list nil))))
!        ((fboundp nextstr)
          (if (funcall nextstr bufname)
              (progn
                (setq ignorep t)
--- 943,949 ----
              (progn
                (setq ignorep t)
                (setq re-list nil))))
!        ((functionp nextstr)
          (if (funcall nextstr bufname)
              (progn
                (setq ignorep t)




reply via email to

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