aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/window.el1
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)))