aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mldrag.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mldrag.el b/lisp/mldrag.el
index 3c37f35da13..0002db4712f 100644
--- a/lisp/mldrag.el
+++ b/lisp/mldrag.el
@@ -220,7 +220,6 @@ right will make the clicked-on window thinner or wider."
220 (- left x) 220 (- left x)
221 (- x right -1)) 221 (- x right -1))
222 wconfig (current-window-configuration)) 222 wconfig (current-window-configuration))
223 (message "%s" growth)
224 (enlarge-window growth t) 223 (enlarge-window growth t)
225 ;; if this window's growth caused another 224 ;; if this window's growth caused another
226 ;; window to be deleted because it was too 225 ;; window to be deleted because it was too