changeset 8092:de6f0cdfd332

(mouse-drag-secondary): Don't treat end of buffer specially when within the window.
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Jun 1994 04:49:26 +0000
parents f40cbe50c74f
children 1978838b7b6f
files lisp/mouse.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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