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

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

[nongnu] elpa/sesman e8bfb0e379 091/100: Convert buffers to strings duri


From: ELPA Syncer
Subject: [nongnu] elpa/sesman e8bfb0e379 091/100: Convert buffers to strings during formatting
Date: Tue, 28 Dec 2021 14:06:05 -0500 (EST)

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

    Convert buffers to strings during formatting
---
 sesman.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sesman.el b/sesman.el
index cdd3251d3b..4a35566507 100644
--- a/sesman.el
+++ b/sesman.el
@@ -282,7 +282,8 @@ If SORT is non-nil, sort in relevance order."
          (session (gethash (car link) sesman-sessions-hashmap)))
     (format "%s(%s) -> %s [%s]"
             (sesman--lnk-context-type link)
-            (propertize (sesman--abbrev-path-maybe (sesman--lnk-value link)) 
'face 'bold)
+            (propertize (format "%s" (sesman--abbrev-path-maybe 
(sesman--lnk-value link)))
+                        'face 'bold)
             (propertize (sesman--lnk-session-name link) 'face 'bold)
             (if session
                 (sesman--format-session-objects system session)



reply via email to

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