branch: externals/tmr
commit 58c2e3f0fcd218ab899b8d646f7be48855d2316a
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Specify the mode display-buffer parameter also in 
tmr-kill-emacs-query-function
---
 tmr.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tmr.el b/tmr.el
index 1cbe4acff0..615c4138f1 100644
--- a/tmr.el
+++ b/tmr.el
@@ -852,6 +852,7 @@ they are set to reasonable default values."
     (tmr-tabulated-view
      (get-buffer-create "*tmr-tabulated-view*")
      '((display-buffer-reuse-mode-window display-buffer-at-bottom)
+       (mode . tmr-tabulated-mode)
        (window-height . fit-window-to-buffer)
        (dedicated . t)
        (preserve-size . (t . t))))

Reply via email to