emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/crux e3e16c1 066/112: Add a missing space


From: ELPA Syncer
Subject: [nongnu] elpa/crux e3e16c1 066/112: Add a missing space
Date: Wed, 11 Aug 2021 09:57:55 -0400 (EDT)

branch: elpa/crux
commit e3e16c192cb4681352f2e94899328b9b73f8332e
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Add a missing space
---
 crux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crux.el b/crux.el
index e5e943a..f9b228c 100644
--- a/crux.el
+++ b/crux.el
@@ -133,7 +133,7 @@ If the process in that buffer died, ask to restart."
                              (ansi-term crux-shell (concat 
crux-term-buffer-name "-term")))
                            (format "*%s-term*" crux-term-buffer-name))
   (when (and (null (get-buffer-process (current-buffer)))
-             (y-or-n-p "The process has died. Do you want to restart it? "))
+             (y-or-n-p "The process has died.  Do you want to restart it? "))
     (kill-buffer-and-window)
     (crux-visit-term-buffer)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]