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

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

[nongnu] elpa/sesman 9c921699ce 090/100: Use elipsis instead of %%s for


From: ELPA Syncer
Subject: [nongnu] elpa/sesman 9c921699ce 090/100: Use elipsis instead of %%s for the common session name
Date: Tue, 28 Dec 2021 14:06:05 -0500 (EST)

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

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