From 5fb9cdd99eb2dceb0ed5fcf8a9a9b3add735e6fc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 30 Jun 1994 04:49:26 +0000 Subject: [PATCH] (mouse-drag-secondary): Don't treat end of buffer specially when within the window. --- lisp/mouse.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mouse.el b/lisp/mouse.el index e2892dc4208..231568bb8ea 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -629,8 +629,7 @@ This must be bound to a button-down mouse event." ;; 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