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).
This commit is contained in:
parent
8ef84632c2
commit
2be719827f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue