branch: elpa/crux commit 51d4240b3697708bc9a11b349fd41bec5e510c43 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 dfe79da..01f60e8 100644 --- a/crux.el +++ b/crux.el @@ -255,7 +255,7 @@ buffer is not visiting a file." (interactive "P") (if (or arg (not buffer-file-name)) (find-file (concat "/sudo:root@localhost:" - (ido-read-file-name "Find file(as root): "))) + (ido-read-file-name "Find file (as root): "))) (crux-find-alternate-file-as-root buffer-file-name))) (defun crux-reopen-as-root ()