diff options
| -rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 604882af8a5..60abf54b2bb 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -819,7 +819,7 @@ is inside the directory hierarchy of the project's root." | |||
| 819 | "Switch to buffer: " | 819 | "Switch to buffer: " |
| 820 | (when (funcall predicate (cons other-name other-buffer)) | 820 | (when (funcall predicate (cons other-name other-buffer)) |
| 821 | other-name) | 821 | other-name) |
| 822 | t | 822 | nil |
| 823 | predicate)))) | 823 | predicate)))) |
| 824 | 824 | ||
| 825 | (defcustom project-kill-buffers-skip-conditions | 825 | (defcustom project-kill-buffers-skip-conditions |