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

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

[elpa] externals/ebdb 7030133: Remove mysterious "3"


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 7030133: Remove mysterious "3"
Date: Thu, 9 Nov 2017 18:23:13 -0500 (EST)

branch: externals/ebdb
commit 7030133d2c81afc15571d1768d1712ed3c5a93d3
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Remove mysterious "3"
    
    * ebdb-com.el (ebdb-pop-up-window): I'm blaming company-mode.
---
 ebdb-com.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index 16c6f2e..e989b6e 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1058,7 +1058,7 @@ popped up from."
         (size (cond ((null pop)
                      nil)
                     ((integerp (cadr pop))
-                     (cadr pop3))
+                     (cadr pop))
                     (t
                      (let ((ratio (- 1 (or (cadr pop) 0.5)))
                            (dimension (max (window-total-width split-window)



reply via email to

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