; 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).
This commit is contained in:
Basil L. Contovounesios
2021-01-15 21:30:14 +00:00
parent 667f2e097c
commit f45be48ddb

View 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)))