1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; 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
No known key found for this signature in database
GPG key ID: 205AB54A5D5D8CFF

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