]> git.eshelyaron.com Git - emacs.git/commitdiff
Use project-name in the project-kill-buffers prompt
authorSpencer Baugh <sbaugh@janestreet.com>
Fri, 13 Oct 2023 12:35:58 +0000 (08:35 -0400)
committerDmitry 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

index fd9c146a1fd437f80e63bc4546bd07662a41b6ea..b9ecb770e60f4c0b9f69628ed930a704d23a5bc5 100644 (file)
@@ -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)