(elp-output-insert-symname): Add a link face to make it obvious item
[bpt/emacs.git] / lisp / emacs-lisp / elp.el
index 900b93e..7b3acab 100644 (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