* lisp/button.el (button-map): Bind [follow-link] to 'mouse-face' (bug#49626)
This commit is contained in:
parent
f9d7440814
commit
1b251ed4e8
1 changed files with 1 additions and 0 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Reference in a new issue