]> git.eshelyaron.com Git - emacs.git/commit
Make C-h c/k S-mouse-1 display message for mouse-appearance-menu, etc.
authorAlan Mackenzie <acm@muc.de>
Sat, 23 Dec 2017 18:00:10 +0000 (18:00 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 23 Dec 2017 18:00:10 +0000 (18:00 +0000)
commitde89c0b6411c01e3ed58ac82e68b21cac985b7eb
treef34ab1cf4d86465490faef59f59eaa08ebd6cc13
parent720ed0b5334c9667b2fdc4d3f5e8975865e9f962
Make C-h c/k S-mouse-1 display message for mouse-appearance-menu, etc.

Currently, C-h c/k for S-mouse-1 reports that S-mouse-1 is unbound, ignoring
that S-down-mouse-1 is bound.  We fix this by reporting on the "latest" mouse
event of a sequence which is bound.

* lisp/help.el (help-read-key-sequence): Save all encountered mouse events in
a list.  Return the latest one which has a binding.
lisp/help.el