branch: externals/ebdb
commit 7030133d2c81afc15571d1768d1712ed3c5a93d3
Author: Eric Abrahamsen <e...@ericabrahamsen.net>
Commit: Eric Abrahamsen <e...@ericabrahamsen.net>

    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