branch: elpa/crux commit e3e16c192cb4681352f2e94899328b9b73f8332e Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@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)))