projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef8463
)
project-switch-to-buffer: Do not require matching input
author
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 22 Jun 2020 13:48:43 +0000
(16:48 +0300)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 604882af8a509eddbb4c5c5a58cdc03c0690ab72..60abf54b2bb0128caed57f19fda3c7955d7d767b 100644
(file)
--- 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