branch: externals/tmr
commit 7be6aa97c32003fbbc29a7234524ab5b1e817aad
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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