* lisp/button.el (button-map): Bind [follow-link] to 'mouse-face' (bug#49626)

This commit is contained in:
Juri Linkov 2021-07-20 22:53:06 +03:00
parent f9d7440814
commit 1b251ed4e8

View file

@ -61,6 +61,7 @@
;; might get converted to ^M when building loaddefs.el
(define-key map [(control ?m)] 'push-button)
(define-key map [mouse-2] 'push-button)
(define-key map [follow-link] 'mouse-face)
;; FIXME: You'd think that for keymaps coming from text-properties on the
;; mode-line or header-line, the `mode-line' or `header-line' prefix
;; shouldn't be necessary!