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

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

[elpa] externals/tmr 7be6aa97c3 1/3: Make tabulated hook local


From: ELPA Syncer
Subject: [elpa] externals/tmr 7be6aa97c3 1/3: Make tabulated hook local
Date: Wed, 11 May 2022 05:57:49 -0400 (EDT)

branch: externals/tmr
commit 7be6aa97c32003fbbc29a7234524ab5b1e817aad
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make tabulated hook local
    
    Otherwise it affects other packages.
---
 tmr-tabulated.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmr-tabulated.el b/tmr-tabulated.el
index 51f6da2c89..e75fe9cb9e 100644
--- a/tmr-tabulated.el
+++ b/tmr-tabulated.el
@@ -66,7 +66,7 @@
                ("End" 10 t)
                ("Finished?" 10 t)
                ("Description" 0 t)])
-  (add-hook 'tabulated-list-revert-hook #'tmr-tabulated--set-entries)
+  (add-hook 'tabulated-list-revert-hook #'tmr-tabulated--set-entries nil t)
   (tabulated-list-init-header))
 
 (defun tmr-tabulated-cancel (timer)



reply via email to

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