mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(elp-output-insert-symname): Add a link face to make it obvious item
can be clicked.
This commit is contained in:
parent
74d7542405
commit
2764748c42
@ -1,4 +1,7 @@
|
||||
2009-06-22 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
|
||||
to make it obvious item can be clicked.
|
||||
|
||||
* vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
|
||||
|
||||
|
@ -554,6 +554,7 @@ original definition, use \\[elp-restore-function] or \\[elp-restore-all]."
|
||||
'elp-symname (intern symname)
|
||||
'keymap elp-results-symname-map
|
||||
'mouse-face 'highlight
|
||||
'face 'link
|
||||
'help-echo "mouse-2 or RET jumps to definition")))
|
||||
|
||||
;;;###autoload
|
||||
|
Loading…
x
Reference in New Issue
Block a user