diff options
| -rw-r--r-- | lisp/iswitchb.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index b13f2d0bb5a..80f7dbcb199 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el | |||
| @@ -293,6 +293,7 @@ with a space, for which the regexp is `^ '. See the source file for | |||
| 293 | example functions that filter buffernames." | 293 | example functions that filter buffernames." |
| 294 | :type '(repeat (choice regexp function)) | 294 | :type '(repeat (choice regexp function)) |
| 295 | :group 'iswitchb) | 295 | :group 'iswitchb) |
| 296 | (put 'iswitchb-buffer-ignore 'risky-local-variable t) | ||
| 296 | 297 | ||
| 297 | (defcustom iswitchb-max-to-show nil | 298 | (defcustom iswitchb-max-to-show nil |
| 298 | "*If non-nil, limit the number of names shown in the minibuffer. | 299 | "*If non-nil, limit the number of names shown in the minibuffer. |
| @@ -942,7 +943,7 @@ BUFFER-LIST can be list of buffers or list of strings." | |||
| 942 | (progn | 943 | (progn |
| 943 | (setq ignorep t) | 944 | (setq ignorep t) |
| 944 | (setq re-list nil)))) | 945 | (setq re-list nil)))) |
| 945 | ((fboundp nextstr) | 946 | ((functionp nextstr) |
| 946 | (if (funcall nextstr bufname) | 947 | (if (funcall nextstr bufname) |
| 947 | (progn | 948 | (progn |
| 948 | (setq ignorep t) | 949 | (setq ignorep t) |