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

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

[elpa] externals/ebdb c687a8e 1/4: Short-circuit database prompt in ebdb


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb c687a8e 1/4: Short-circuit database prompt in ebdb-reload-database
Date: Fri, 17 Apr 2020 14:08:00 -0400 (EDT)

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

    Short-circuit database prompt in ebdb-reload-database
    
    * ebdb-com.el (ebdb-reload-database): Maybe short-circuiting should
    have been the default.
---
 ebdb-com.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index eeee256..5d9dfd1 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1480,7 +1480,7 @@ Use the symbol `mark', or the mark provided by MARK."
 
 (defun ebdb-reload-database (db)
   "Reload all records from database DB."
-  (interactive (list (ebdb-prompt-for-db)))
+  (interactive (list (ebdb-prompt-for-db nil t)))
   (let ((db-str (ebdb-string db))
        (rec-uuids (mapcar #'ebdb-record-uuid (slot-value db 'records))))
     ;; I don't actually know if keeping pointers to DB's records would



reply via email to

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