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

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

[nongnu] elpa/crux 51d4240 007/112: Add missing space


From: ELPA Syncer
Subject: [nongnu] elpa/crux 51d4240 007/112: Add missing space
Date: Wed, 11 Aug 2021 09:57:43 -0400 (EDT)

branch: elpa/crux
commit 51d4240b3697708bc9a11b349fd41bec5e510c43
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 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 ()



reply via email to

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