]> code.delx.au - gnu-emacs/commitdiff
(mouse-drag-region-1): Delete some debugging code.
authorRichard M. Stallman <rms@gnu.org>
Sat, 23 Apr 2005 16:40:55 +0000 (16:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 23 Apr 2005 16:40:55 +0000 (16:40 +0000)
lisp/mouse.el

index a527b040d8a96317955d419f97cfcea5636aa91e..f4f531959b76b4d088cb53d20ef56c6d0f379075 100644 (file)
@@ -908,7 +908,6 @@ at the same position."
       (track-mouse
        (while (progn
                 (setq event (read-event))
-                (setq mve (cons event (and (boundp 'mve) mve)))
                 (or (mouse-movement-p event)
                     (memq (car-safe event) '(switch-frame select-window))))
          (if (memq (car-safe event) '(switch-frame select-window))