emacs-diffs
[Top][All Lists]
Advanced

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

master 378a01e: Actually make the calc trail window dedicated


From: Lars Ingebrigtsen
Subject: master 378a01e: Actually make the calc trail window dedicated
Date: Tue, 19 Jan 2021 00:06:02 -0500 (EST)

branch: master
commit 378a01e16808ce319138141bdc0779d96e17f8bf
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Actually make the calc trail window dedicated
    
    * lisp/calc/calc.el (calc-trail-display): Actually make the trail
    window dedicated (bug#45928).
---
 lisp/calc/calc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index d684c7b..ec09abb 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -2144,7 +2144,7 @@ the United States."
                 (let ((w (split-window nil (/ (* (window-width) 2) 3) t)))
                   (set-window-buffer w calc-trail-buffer)
                   (and calc-make-windows-dedicated
-                       (set-window-dedicated-p nil t))))
+                       (set-window-dedicated-p w t))))
               (calc-wrapper
                (setq overlay-arrow-string calc-trail-overlay
                      overlay-arrow-position calc-trail-pointer)



reply via email to

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