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

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

[elpa] externals/ivy-explorer 18b11ba 11/25: Fix unused argument


From: Stefan Monnier
Subject: [elpa] externals/ivy-explorer 18b11ba 11/25: Fix unused argument
Date: Tue, 8 Jan 2019 12:25:55 -0500 (EST)

branch: externals/ivy-explorer
commit 18b11ba65d5e7564aa01f1f3065ea9b3d655c646
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Fix unused argument
---
 ivy-explorer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-explorer.el b/ivy-explorer.el
index 5d5c37f..6d98966 100644
--- a/ivy-explorer.el
+++ b/ivy-explorer.el
@@ -102,7 +102,7 @@ menu string as `cdr'."
   (with-temp-buffer
     (let* ((length (apply 'max
                           (mapcar #'string-width strings)))
-           (wwidth (frame-width))
+           (wwidth (or width (frame-width)))
            (columns (min (or cols 4) (/ wwidth (+ 2 length))))
            (colwidth (/ wwidth columns))
            (column 0)



reply via email to

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