1
0
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:
Dan Nicolaescu 2009-06-23 05:54:33 +00:00
parent 74d7542405
commit 2764748c42
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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