1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

; * lisp/progmodes/project.el (project-kill-buffer-conditions): Fix typo.

This commit is contained in:
Juri Linkov 2022-11-05 19:45:57 +02:00
parent 9828b596e5
commit 8a49a88853

View file

@ -1228,7 +1228,7 @@ displayed."
;; Most of temp and logging buffers (aside from hidden ones):
(and
(major-mode . fundamental-mode)
"\\[^ ]")
"\\`[^ ]")
;; non-text buffer such as xref, occur, vc, log, ...
(and (derived-mode . special-mode)
(not (major-mode . help-mode))