diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-01-19 21:33:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-01-19 21:33:26 +0000 |
commit | 7cdd396b64eb7be48d3949cdb10ad123c71b2ea6 (patch) | |
tree | 927951ba7c9d52dc9449e03d13e8aba6a1a31a5b /lisp/mldrag.el | |
parent | 1af9cb0ebccd472e72178b787cc2ef0396aa041c (diff) | |
download | emacs-7cdd396b64eb7be48d3949cdb10ad123c71b2ea6.tar.gz |
(mldrag-drag-vertical-line): Delete debugging code.
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 d7090623767..3c37f35da13 100644 --- a/lisp/mldrag.el +++ b/lisp/mldrag.el @@ -208,7 +208,6 @@ right will make the clicked-on window thinner or wider." edges (window-edges) left (nth 0 edges) right (nth 2 edges)) - (setq foo (cons (list x left) foo)) ;; scale back a move that would make the ;; window too thin. (if scroll-bar-left |