projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d0887
)
project-kill-buffer-conditions: Tweak
author
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 5 Nov 2022 00:54:20 +0000
(
02:54
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 5 Nov 2022 00:54:32 +0000
(
02:54
+0200)
* lisp/progmodes/project.el (project-kill-buffer-conditions): Tweak.
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index fc916739d013b0f1660cbaecd5670da443869c4c..3f3015b78d534a9491a9b5eb40f0d4c9c73d7432 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-1228,7
+1228,7
@@
displayed."
;; Most of temp and logging buffers (aside from hidden ones):
(and
(major-mode . fundamental-mode)
-
(not "\\` ")
)
+
"\\[^ ]"
)
;; non-text buffer such as xref, occur, vc, log, ...
(and (derived-mode . special-mode)
(not (major-mode . help-mode))