branch: elpa/sesman
commit 9c921699ceea004c2c2453ca8e9271ba6e6fe5d5
Author: Vitalie Spinu <spinu...@gmail.com>
Commit: Vitalie Spinu <spinu...@gmail.com>

    Use elipsis instead of %%s for the common session name
---
 sesman.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sesman.el b/sesman.el
index 1ffeed97ee..cdd3251d3b 100644
--- a/sesman.el
+++ b/sesman.el
@@ -266,7 +266,7 @@ If SORT is non-nil, sort in relevance order."
                            (mapcar (lambda (x) (format "%s" x))
                                    (plist-get info :objects)))))
           (mapconcat (lambda (str)
-                       (replace-regexp-in-string ses-name "%%s" str nil t))
+                       (replace-regexp-in-string ses-name "..." str nil t))
                      strings sep))
       (format "%s" info))))
 

Reply via email to