diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-01-27 04:24:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-01-27 04:24:16 +0000 |
commit | 9fbe8d1ceebc5ad6cd497c4c00a295f6ac2fc682 (patch) | |
tree | 309956bbdcb3a11d266e9921eac7115849248d82 /lisp/mldrag.el | |
parent | 635530c48e576f3768877ba1673eef95136215fb (diff) | |
download | emacs-9fbe8d1ceebc5ad6cd497c4c00a295f6ac2fc682.tar.gz |
(mldrag-drag-vertical-line): Delete debugging `message'.
Diffstat (limited to 'lisp/mldrag.el')
-rw-r--r-- | lisp/mldrag.el | 1 |
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." (- left x) (- x right -1)) wconfig (current-window-configuration)) - (message "%s" growth) (enlarge-window growth t) ;; if this window's growth caused another ;; window to be deleted because it was too |