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

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

[elpa] externals/ebdb 04c207d 7/8: Shift location of auto update hook fo


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 04c207d 7/8: Shift location of auto update hook for wl
Date: Mon, 6 Jan 2020 14:39:43 -0500 (EST)

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

    Shift location of auto update hook for wl
    
    * ebdb-wl.el: Move hook from `wl-message-redisplay-hook' to
    `wl-summary-redisplay-hook'.
---
 ebdb-wl.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb-wl.el b/ebdb-wl.el
index b7e2b0f..8b102e1 100644
--- a/ebdb-wl.el
+++ b/ebdb-wl.el
@@ -43,7 +43,7 @@
   :group 'ebdb-mua)
 
 (defcustom ebdb-wl-auto-update-p ebdb-mua-reader-update-p
-  "Wl-specific value of `ebdb-m-auto-update-p'."
+  "Wl-specific value of `ebdb-mua-auto-update-p'."
   :type '(choice (const :tag "do nothing" nil)
                  (const :tag "search for existing records" existing)
                  (const :tag "update existing records" update)
@@ -135,7 +135,7 @@ beginning) of the signature separator."
 
 (add-hook 'wl-folder-mode-hook #'ebdb-insinuate-wl)
 
-(add-hook 'wl-message-redisplay-hook #'ebdb-wl-auto-update)
+(add-hook 'wl-summary-redisplay-hook #'ebdb-wl-auto-update)
 
 (provide 'ebdb-wl)
 ;;; ebdb-wl.el ends here



reply via email to

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