emacs-diffs
[Top][All Lists]
Advanced

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

master 2be7198 1/2: project-switch-to-buffer: Do not require matching in


From: Dmitry Gutov
Subject: master 2be7198 1/2: project-switch-to-buffer: Do not require matching input
Date: Mon, 22 Jun 2020 09:58:10 -0400 (EDT)

branch: master
commit 2be719827fec097267e4dfcb88877022b9f2e6cd
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    project-switch-to-buffer: Do not require matching input
    
    * lisp/progmodes/project.el (project-switch-to-buffer):
    Do not require matching input, to allow creating buffers as well
    (bug#41879).
---
 lisp/progmodes/project.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 604882a..60abf54 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."
       "Switch to buffer: "
       (when (funcall predicate (cons other-name other-buffer))
         other-name)
-      t
+      nil
       predicate))))
 
 (defcustom project-kill-buffers-skip-conditions



reply via email to

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