branch: elpa/sesman
commit d403a847468008ce459def5e76b79d9280f7cca7
Author: Vitalie Spinu <spinu...@gmail.com>
Commit: Vitalie Spinu <spinu...@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