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

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

[elpa] externals/ebdb 71a93f5 268/350: Put a load protection in ebdb-mua


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 71a93f5 268/350: Put a load protection in ebdb-mua-update-records
Date: Mon, 14 Aug 2017 11:46:51 -0400 (EDT)

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

    Put a load protection in ebdb-mua-update-records
    
    * ebdb-mua.el (ebdb-mua-update-records): This is one of the points we
      might hit where ebdb hasn't been loaded yet.
---
 ebdb-mua.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ebdb-mua.el b/ebdb-mua.el
index d9e190d..031ac3b 100644
--- a/ebdb-mua.el
+++ b/ebdb-mua.el
@@ -1082,6 +1082,8 @@ apply, however."
   (interactive)
   ;; Temporarily copy and paste from `ebdb-mua-display-records',
   ;; refactor later.
+  (unless ebdb-record-tracker
+    (ebdb-load))
   (let ((ebdb-message-all-addresses (or all ebdb-message-all-addresses))
        (fmt ebdb-default-multiline-formatter)
         records)



reply via email to

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