branch: externals/ebdb commit 1090a26b70d5fb36992c7d6917cb59d958331bbc Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
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