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