diff options
| -rw-r--r-- | lisp/t-mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index c8a7e9b6536..eca2ce2b9fe 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el | |||
| @@ -144,7 +144,7 @@ For example, \"2\" for /dev/tty2." | |||
| 144 | (event (if w | 144 | (event (if w |
| 145 | (posn-at-x-y (- x left) (- y top) w t) | 145 | (posn-at-x-y (- x left) (- y top) w t) |
| 146 | (append (list nil 'menu-bar) | 146 | (append (list nil 'menu-bar) |
| 147 | (nthcdr 2 (posn-at-x-y x y w t)))))) | 147 | (nthcdr 2 (posn-at-x-y x y)))))) |
| 148 | (setcar (nthcdr 3 event) time) | 148 | (setcar (nthcdr 3 event) time) |
| 149 | event)) | 149 | event)) |
| 150 | 150 | ||