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

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

[nongnu] elpa/geiser 224302fe7a: Add missing space when load path additi


From: ELPA Syncer
Subject: [nongnu] elpa/geiser 224302fe7a: Add missing space when load path addition fails.
Date: Sat, 30 Jul 2022 20:58:22 -0400 (EDT)

branch: elpa/geiser
commit 224302fe7a3f4dc711638958aa993f5e6816fe99
Author: Hugo Hörnquist <hugo@lysator.liu.se>
Commit: Hugo Hörnquist <hugo@lysator.liu.se>

    Add missing space when load path addition fails.
---
 elisp/geiser-compile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elisp/geiser-compile.el b/elisp/geiser-compile.el
index 903c570ca1..e05459c322 100644
--- a/elisp/geiser-compile.el
+++ b/elisp/geiser-compile.el
@@ -83,7 +83,7 @@ add, defaulting to the current buffer's directory."
   (interactive "DDirectory to add: ")
   (let* ((c `(:eval (:ge add-to-load-path ,(expand-file-name path))))
          (r (geiser-eval--send/result c)))
-    (message "%s%s added to load path" path (if r "" "couldn't be"))))
+    (message "%s%s added to load path" path (if r "" " couldn't be"))))
 
 
 (provide 'geiser-compile)



reply via email to

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