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

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

[nongnu] elpa/sesman d403a84746 069/100: Put back separator in info disp


From: ELPA Syncer
Subject: [nongnu] elpa/sesman d403a84746 069/100: Put back separator in info display
Date: Tue, 28 Dec 2021 14:06:03 -0500 (EST)

branch: elpa/sesman
commit d403a847468008ce459def5e76b79d9280f7cca7
Author: Vitalie Spinu <spinuvit@gmail.com>
Commit: Vitalie Spinu <spinuvit@gmail.com>

    Put back separator in info display
---
 sesman.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sesman.el b/sesman.el
index 8437d42b67..0bfbdb2190 100644
--- a/sesman.el
+++ b/sesman.el
@@ -683,7 +683,7 @@ AS-STRING is non-nil, return an equivalent string 
representation."
                                        ", ")))))
             (if out-rel
                 (concat (mapconcat fmt-fn out-rel ", ")
-                        (when out " ")
+                        (when out " | ")
                         (mapconcat fmt-fn out ", "))
               (mapconcat fmt-fn out ", ")))
         (if current-first



reply via email to

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