summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorSam Steingold <sds@gnu.org>2001-11-27 18:00:53 +0000
committerSam Steingold <sds@gnu.org>2001-11-27 18:00:53 +0000
commit302a5beb64645573b28c31eb39f1412ec1e0d0a4 (patch)
tree0db403e81c6d47e43ad6ce6b0a2509000809e257 /lisp/mouse.el
parente0c6d971ace03a301ef4158fc7ed489971b6f06c (diff)
downloademacs-302a5beb64645573b28c31eb39f1412ec1e0d0a4.tar.gz
Converted backquote to the new style (in comments).
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 73fed571f4e..0ad52d5d7d7 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -743,7 +743,7 @@ remains active. Otherwise, it remains until the next input event."
(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 @@ and selects that window."
;;;!! ;; (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)