From f45be48ddbde00610e1e08fca6590dcf24a4e1b5 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Fri, 15 Jan 2021 21:30:14 +0000 Subject: [PATCH] ; 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 719bafccb4f..0a37d16273f 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))) -- 2.39.5