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

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

[elpa] master 69dfed9 146/348: counsel.el (counsel-dpkg): Remove typo


From: Oleh Krehel
Subject: [elpa] master 69dfed9 146/348: counsel.el (counsel-dpkg): Remove typo
Date: Sat, 8 Apr 2017 11:03:45 -0400 (EDT)

branch: master
commit 69dfed95c59fbf6b544b5a538cfa8ce15934d8c4
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el (counsel-dpkg): Remove typo
    
    Fixes #625
---
 counsel.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 7be33e7..516b303 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1494,7 +1494,6 @@ INITIAL-INPUT can be given as the initial minibuffer 
input."
   (let ((cands (mapcar
                 (lambda (x)
                   (let ((y (split-string x "  +")))
-                    (setq col1 (max col1 (length (nth 1 y))))
                     (cons (format "%-40s   %s"
                                   (ivy--truncate-string
                                    (nth 1 y) 40)



reply via email to

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