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

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

[nongnu] elpa/helm a779dd2607 01/13: Use `truncate-string-ellipsis` as d


From: ELPA Syncer
Subject: [nongnu] elpa/helm a779dd2607 01/13: Use `truncate-string-ellipsis` as default for helm-buffers-end-truncated-string
Date: Sat, 18 May 2024 13:00:17 -0400 (EDT)

branch: elpa/helm
commit a779dd26073d1c63ed5da38acc3d2a65fc1ab2f1
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Use `truncate-string-ellipsis` as default for 
helm-buffers-end-truncated-string
---
 helm-buffers.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-buffers.el b/helm-buffers.el
index 344153e1fe..ad8ee33e43 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -18,6 +18,7 @@
 ;;; Code:
 
 (require 'cl-lib)
+(require 'mule-util)
 (require 'helm)
 (require 'helm-types)
 (require 'helm-utils)
@@ -101,7 +102,7 @@ When adding a source here it is up to you to ensure the 
library
 of this source is accessible and properly loaded."
   :type '(repeat (choice symbol)))
 
-(defcustom helm-buffers-end-truncated-string "..."
+(defcustom helm-buffers-end-truncated-string (truncate-string-ellipsis)
   "The string to display at end of truncated buffer names."
   :type 'string)
 



reply via email to

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