eschulte pushed a commit to branch go
in repository elpa.
commit e6087eae9cc2744cb6c2abcc282ddc1465f86976
Author: Eric Schulte <[email protected]>
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 ()