• Alan Mackenzie's avatar
    Make C-h c/k S-mouse-1 display message for mouse-appearance-menu, etc. · de89c0b6
    Alan Mackenzie authored
    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.
    de89c0b6
help.el 59.2 KB