]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-drag-region): Fix typo.
authorAndreas Schwab <schwab@suse.de>
Tue, 3 Nov 1998 10:25:56 +0000 (10:25 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 3 Nov 1998 10:25:56 +0000 (10:25 +0000)
lisp/mouse.el

index b0044a4a991f562cd51c6d623d6e6ef83e7f1cea..781738253d76bbaa544a98582212ee813812fb0d 100644 (file)
@@ -585,7 +585,7 @@ remains active.  Otherwise, it remains until the next input event."
                  (setq end-of-range (overlay-start mouse-drag-overlay)))
                 ((>= mouse-row bottom)
                  (mouse-scroll-subr start-window (1+ (- mouse-row bottom))
-a                                   mouse-drag-overlay start-point)
+                                    mouse-drag-overlay start-point)
                  (setq end-of-range (overlay-end mouse-drag-overlay))))))))))
       ;; In case we did not get a mouse-motion event
       ;; for the final move of the mouse before a drag event