branch: externals/exwm
commit 5cd76bb639df30a8a7d0f0bbf2edeacd75be0548
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    ; Fix exit prompt, remove superfluous question mark
---
 exwm.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/exwm.el b/exwm.el
index e52939423dd..d9213fa0e8b 100644
--- a/exwm.el
+++ b/exwm.el
@@ -1234,7 +1234,8 @@ If FORCE is any other non-nil value, force killing of 
Emacs."
             (`break (y-or-n-p prompt))
             (x x)))
          (t
-          (yes-or-no-p (format "[EXWM] %d X window(s) will be destroyed.  %s?"
+          ;; prompt already ends with ?
+          (yes-or-no-p (format "[EXWM] %d X window(s) will be destroyed.  %s"
                                (length exwm--id-buffer-alist) prompt))))
     ;; Run `kill-emacs-hook' (`server-force-stop' excluded) before Emacs
     ;; frames are unmapped so that errors (if any) can be visible.

Reply via email to