]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove recent spurious addition in window.el
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 15 Jan 2021 21:30:14 +0000 (21:30 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Fri, 15 Jan 2021 21:46:54 +0000 (21:46 +0000)
* 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

index 719bafccb4ffa9617e2a11144121769b6a0077b5..0a37d16273f90d23c2cda347d791a6e1c3a4fba1 100644 (file)
@@ -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)))