branch: master
commit 69dfed95c59fbf6b544b5a538cfa8ce15934d8c4
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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)