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

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

[elpa] 215/255: smaller ldots


From: Eric Schulte
Subject: [elpa] 215/255: smaller ldots
Date: Sun, 16 Mar 2014 01:02:51 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit e6087eae9cc2744cb6c2abcc282ddc1465f86976
Author: Eric Schulte <address@hidden>
Date:   Tue Aug 6 12:58:23 2013 -0600

    smaller ldots
---
 list-buffer.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/list-buffer.el b/list-buffer.el
index 6056999..4ef4340 100644
--- a/list-buffer.el
+++ b/list-buffer.el
@@ -52,7 +52,7 @@
           (lambda (width cell)
             (if (< (length cell) width)
                 (concat cell (make-list (- width (length cell)) ?\ ))
-              (concat (subseq cell 0 (- width 4)) "... ")))
+              (concat (subseq cell 0 (- width 2)) "… ")))
           widths row)))
 
 (defun list-buffer-refresh ()



reply via email to

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