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

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

[elpa] externals/ebdb 1090a26 6/7: Display message when reformatting a s


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 1090a26 6/7: Display message when reformatting a single record
Date: Thu, 17 May 2018 23:33:06 -0400 (EDT)

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

    Display message when reformatting a single record
    
    * ebdb-com.el (ebdb-reformat-records): Say that we're doing it.
---
 ebdb-com.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index 469f6c1..a91e7bb 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -1337,7 +1337,9 @@ Use the symbol `mark', or the mark provided by MARK."
   ;; This function ideally wouldn't be necessary, but obviously there
   ;; will be times...
   (interactive (list (ebdb-do-records)))
-  (ebdb-redisplay-records records 'reformat))
+  (message "Redisplaying record")
+  (ebdb-redisplay-records records 'reformat)
+  (message "Redisplaying record... done"))
 
 ;; Buffer manipulation
 



reply via email to

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