diff options
Diffstat (limited to 'lisp/avoid.el')
| -rw-r--r-- | lisp/avoid.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/avoid.el b/lisp/avoid.el index 767f6d33013..36ced39269f 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el | |||
| @@ -163,9 +163,9 @@ Analogous to `mouse-position'." | |||
| 163 | 163 | ||
| 164 | ;(defun mouse-avoidance-point-position-test () | 164 | ;(defun mouse-avoidance-point-position-test () |
| 165 | ; (interactive) | 165 | ; (interactive) |
| 166 | ; (message (format "point=%s mouse=%s" | 166 | ; (message "point=%s mouse=%s" |
| 167 | ; (cdr (mouse-avoidance-point-position)) | 167 | ; (cdr (mouse-avoidance-point-position)) |
| 168 | ; (cdr (mouse-position))))) | 168 | ; (cdr (mouse-position)))) |
| 169 | 169 | ||
| 170 | (defun mouse-avoidance-set-mouse-position (pos) | 170 | (defun mouse-avoidance-set-mouse-position (pos) |
| 171 | ;; Carefully set mouse position to given position (X . Y) | 171 | ;; Carefully set mouse position to given position (X . Y) |