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

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

[nongnu] elpa/crux 2b6ddf0 060/112: Add missing space


From: ELPA Syncer
Subject: [nongnu] elpa/crux 2b6ddf0 060/112: Add missing space
Date: Wed, 11 Aug 2021 09:57:53 -0400 (EDT)

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

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

diff --git a/crux.el b/crux.el
index a63aa77..59ded1e 100644
--- a/crux.el
+++ b/crux.el
@@ -492,7 +492,7 @@ Doesn't mess with special buffers."
                            (t (error "Unknown shell"))))
          (candidates (cl-remove-if-not 'file-exists-p (mapcar 
'substitute-in-file-name shell-init-file))))
     (if (> (length candidates) 1)
-        (find-file-other-window (completing-read "Choose shell init file:" 
candidates))
+        (find-file-other-window (completing-read "Choose shell init file: " 
candidates))
       (find-file-other-window (car candidates)))))
 
 ;; 
http://endlessparentheses.com/ispell-and-abbrev-the-perfect-auto-correct.html



reply via email to

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