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

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

[elpa] externals/ebdb 5861f67 06/11: Use nth 2 instead of caddr


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 5861f67 06/11: Use nth 2 instead of caddr
Date: Wed, 19 Dec 2018 13:47:54 -0500 (EST)

branch: externals/ebdb
commit 5861f6710adfe2e540bbe1ae2ef6b83be7bcdf1f
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Use nth 2 instead of caddr
    
    * ebdb-com.el (ebdb-pop-up-window): Not available in Emacs 25? It's
      annoying to look at, anyway.
---
 ebdb-com.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index 34c7c31..6b3271f 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1186,7 +1186,7 @@ popped up from."
   (let* ((buf (get-buffer buf))
         (split-window (car-safe pop))
         (buffer-window (get-buffer-window buf t))
-        (direction (or (caddr pop)
+        (direction (or (nth 2 pop)
                        (if (> (window-total-width split-window)
                               (window-total-height split-window))
                            'right



reply via email to

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