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

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

[elpa] externals/ebdb 20906ae 131/350: ebdb-prompt-for-record should loa


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 20906ae 131/350: ebdb-prompt-for-record should load if necessary
Date: Mon, 14 Aug 2017 11:46:21 -0400 (EDT)

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

    ebdb-prompt-for-record should load if necessary
    
    * ebdb.el (ebdb-prompt-for-record): Use (ebdb-records) rather than
      ebdb-record-tracker, this will trigger loading if necessary.
---
 ebdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index 5729187..f9bcd14 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -3216,7 +3216,7 @@ in the second."
 If RECORDS is a list of records, offer choices from that list. If
 CLASS is given, only offer choices that are an instance of that
 class, or its subclasses."
-  (let* ((recs (or records ebdb-record-tracker))
+  (let* ((recs (or records (ebdb-records)))
         (pairs
          (mapcar
           (lambda (r)



reply via email to

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