]> git.eshelyaron.com Git - emacs.git/commit
* lisp/mouse.el: Fix mouse-1-clock-follows-mouse = double
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Mar 2021 16:41:53 +0000 (11:41 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Mar 2021 16:41:53 +0000 (11:41 -0500)
commit02a5cfce471613f671722b35536d2a78f17b0429
treeec6e2e1fcbac8a0623dc8a6242a4cc5fde3619af
parentc881e990e3a083d7c8b990a2004a3ae82b886b9d
* lisp/mouse.el: Fix mouse-1-clock-follows-mouse = double

This functionality was broken by commit 3d5e31eceb9dc1fb62b2b2,
the problem being that we end up considering as distinct the events
`down-double-mouse-1` and `double-down-mouse-1`.

Reported by Eyal Soha <eyalsoha@gmail.com>

(mouse--click-1-maybe-follows-link): Make sure the last element of
the list passed to `event-convert-list` is indeed a "basic" event.
lisp/mouse.el