projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9c328
)
Use project-name in the project-kill-buffers prompt
author
Spencer Baugh
<sbaugh@janestreet.com>
Fri, 13 Oct 2023 12:35:58 +0000
(08:35 -0400)
committer
Dmitry Gutov
<dmitry@gutov.dev>
Mon, 16 Oct 2023 23:28:02 +0000
(
02:28
+0300)
This is mildly prettier (bug#66518).
* lisp/progmodes/project.el (project-kill-buffers): Use project-name.
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index fd9c146a1fd437f80e63bc4546bd07662a41b6ea..b9ecb770e60f4c0b9f69628ed930a704d23a5bc5 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-1620,7
+1620,7
@@
Also see the `project-kill-buffers-display-buffer-list' variable."
(yes-or-no-p
(format "Kill %d buffers in %s? "
(length bufs)
- (project-
root
pr))))))
+ (project-
name
pr))))))
(cond (no-confirm
(mapc #'kill-buffer bufs))
((null bufs)