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

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

[elpa] externals/ebdb cb92680 04/33: Fix mis-named variable


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb cb92680 04/33: Fix mis-named variable
Date: Sun, 3 Sep 2017 17:02:19 -0400 (EDT)

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

    Fix mis-named variable
    
    * ebdb.el (ebdb-records-cite): Dumb.
---
 ebdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index 6bbf02f..2fa03a2 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -4856,7 +4856,7 @@ This is a generic function that dispatches on the value of
                                         (_records list)
                                         &context (major-mode org-mode))
   (let ((lst (cl-call-next-method)))
-    (mapconcat #'identity list " ")))
+    (mapconcat #'identity lst " ")))
 
 (cl-defmethod ebdb-records-cite
   (_style (records list) &context (major-mode org-mode))



reply via email to

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