emacs-diffs
[Top][All Lists]
Advanced

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

master f45be48: ; Remove recent spurious addition in window.el


From: Basil L. Contovounesios
Subject: master f45be48: ; Remove recent spurious addition in window.el
Date: Fri, 15 Jan 2021 16:47:34 -0500 (EST)

branch: master
commit f45be48ddbde00610e1e08fca6590dcf24a4e1b5
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Remove recent spurious addition in window.el
    
    * lisp/window.el (display-buffer-use-some-window): Remove spurious
    message included in 2021-01-11 "Support using auth-source for
    NickServ passwords in ERC" (bug#45340#44).
---
 lisp/window.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/window.el b/lisp/window.el
index 719bafc..0a37d16 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -8316,7 +8316,6 @@ indirectly called by the latter."
       (when (and (listp quad)
                 (integerp (nth 3 quad))
                 (> (nth 3 quad) (window-total-height window)))
-        (message "foo")
        (condition-case nil
            (window-resize window (- (nth 3 quad) (window-total-height window)))
          (error nil)))



reply via email to

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