emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mouse.el


From: Sam Steingold
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Tue, 27 Nov 2001 13:00:54 -0500

Index: emacs/lisp/mouse.el
diff -u emacs/lisp/mouse.el:1.230 emacs/lisp/mouse.el:1.231
--- emacs/lisp/mouse.el:1.230   Tue Nov 13 21:49:15 2001
+++ emacs/lisp/mouse.el Tue Nov 27 13:00:53 2001
@@ -743,7 +743,7 @@
                  (mouse-scroll-subr start-window (1+ (- mouse-row bottom))
                                     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
       ;; pretend that we did get one.
@@ -1860,7 +1860,7 @@
 ;;;!! ;;              (abs-x (car pos))
 ;;;!! ;;              (abs-y (cdr pos))
 ;;;!! ;;              (relative-coordinate
-;;;!! ;;               (coordinates-in-window-p (` ((, abs-x) (, abs-y)))
+;;;!! ;;               (coordinates-in-window-p `(,abs-x ,abs-y)
 ;;;!! ;;                                        (selected-window)))
 ;;;!! ;;              (begin-reg nil)
 ;;;!! ;;              (end-reg nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]