mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -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:
parent
667f2e097c
commit
f45be48ddb
1 changed files with 0 additions and 1 deletions
|
|
@ -8316,7 +8316,6 @@ indirectly called by the latter."
|
||||||
(when (and (listp quad)
|
(when (and (listp quad)
|
||||||
(integerp (nth 3 quad))
|
(integerp (nth 3 quad))
|
||||||
(> (nth 3 quad) (window-total-height window)))
|
(> (nth 3 quad) (window-total-height window)))
|
||||||
(message "foo")
|
|
||||||
(condition-case nil
|
(condition-case nil
|
||||||
(window-resize window (- (nth 3 quad) (window-total-height window)))
|
(window-resize window (- (nth 3 quad) (window-total-height window)))
|
||||||
(error nil)))
|
(error nil)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue