diff options
| author | Basil L. Contovounesios | 2021-01-15 21:30:14 +0000 |
|---|---|---|
| committer | Basil L. Contovounesios | 2021-01-15 21:46:54 +0000 |
| commit | f45be48ddbde00610e1e08fca6590dcf24a4e1b5 (patch) | |
| tree | e32b4df3d8d33b0e3f41de35be8c21f0ce4445b7 | |
| parent | 667f2e097cdfdb057de0696867c83ebfd1a3e816 (diff) | |
| download | emacs-f45be48ddbde00610e1e08fca6590dcf24a4e1b5.tar.gz 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).
| -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." | |||
| 8316 | (when (and (listp quad) | 8316 | (when (and (listp quad) |
| 8317 | (integerp (nth 3 quad)) | 8317 | (integerp (nth 3 quad)) |
| 8318 | (> (nth 3 quad) (window-total-height window))) | 8318 | (> (nth 3 quad) (window-total-height window))) |
| 8319 | (message "foo") | ||
| 8320 | (condition-case nil | 8319 | (condition-case nil |
| 8321 | (window-resize window (- (nth 3 quad) (window-total-height window))) | 8320 | (window-resize window (- (nth 3 quad) (window-total-height window))) |
| 8322 | (error nil))) | 8321 | (error nil))) |