diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-01-15 21:30:14 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-01-15 21:46:54 +0000 |
commit | f45be48ddbde00610e1e08fca6590dcf24a4e1b5 (patch) | |
tree | e32b4df3d8d33b0e3f41de35be8c21f0ce4445b7 /lisp | |
parent | 667f2e097cdfdb057de0696867c83ebfd1a3e816 (diff) | |
download | emacs-f45be48ddbde00610e1e08fca6590dcf24a4e1b5.tar.gz emacs-f45be48ddbde00610e1e08fca6590dcf24a4e1b5.tar.bz2 emacs-f45be48ddbde00610e1e08fca6590dcf24a4e1b5.zip |
; 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).
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/window.el | 1 |
1 files changed, 0 insertions, 1 deletions
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))) |