summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-03-12 14:30:47 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2021-03-12 14:30:47 -0500
commita2960025e8e029bcccf22143e183b9e1e9965dd6 (patch)
treed04e30f6d11be2c6b91adac7548a113bd4e0f41d
parent02a5cfce471613f671722b35536d2a78f17b0429 (diff)
downloademacs-a2960025e8e029bcccf22143e183b9e1e9965dd6.tar.gz
Revert "* lisp/mouse.el: Fix mouse-1-clock-follows-mouse = double"
This reverts commit 02a5cfce471613f671722b35536d2a78f17b0429. That commit breaks because of a missing patch to `parse_modifiers_uncached` in `src/keyboard.c`. IOW, too risky for `emacs-27`. Don't merge to `master`.
-rw-r--r--lisp/mouse.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 6b8e65c4a29..72ad77c6344 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -116,9 +116,7 @@ Expects to be bound to `(double-)mouse-1' in `key-translation-map'."
(time-since (cdr mouse--last-down))
(/ (abs mouse-1-click-follows-link) 1000.0))))))
(eq (car mouse--last-down)
- (event-convert-list
- `(down ,@(event-modifiers last-input-event)
- ,(event-basic-type last-input-event))))
+ (event-convert-list (list 'down (car-safe last-input-event))))
(let* ((action (mouse-on-link-p (event-start last-input-event))))
(when (and action
(or mouse-1-click-in-non-selected-windows