# HG changeset patch # User Richard M. Stallman # Date 772951766 0 # Node ID de6f0cdfd33275d2b2e79fcb4dca1ccadf4c0afa # Parent f40cbe50c74f10c7f7eca906f7e6bbe9d1bd8576 (mouse-drag-secondary): Don't treat end of buffer specially when within the window. diff -r f40cbe50c74f -r de6f0cdfd332 lisp/mouse.el --- a/lisp/mouse.el Thu Jun 30 04:27:21 1994 +0000 +++ b/lisp/mouse.el Thu Jun 30 04:49:26 1994 +0000 @@ -629,8 +629,7 @@ ;; Are we moving within the original window? ((and (eq (posn-window end) start-window) (integer-or-marker-p end-point)) - (if (/= start-point end-point) - (set-marker mouse-secondary-start nil)) + (set-marker mouse-secondary-start nil) (let ((range (mouse-start-end start-point end-point click-count))) (move-overlay mouse-secondary-overlay