]> git.eshelyaron.com Git - emacs.git/commitdiff
project-switch-to-buffer: Do not require matching input
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 22 Jun 2020 13:48:43 +0000 (16:48 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 22 Jun 2020 13:48:43 +0000 (16:48 +0300)
* 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

index 604882af8a509eddbb4c5c5a58cdc03c0690ab72..60abf54b2bb0128caed57f19fda3c7955d7d767b 100644 (file)
@@ -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