(elp-output-insert-symname): Add a link face to make it obvious item
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 23 Jun 2009 05:54:33 +0000 (05:54 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 23 Jun 2009 05:54:33 +0000 (05:54 +0000)
can be clicked.

lisp/ChangeLog
lisp/emacs-lisp/elp.el

index 3639644..99752b5 100644 (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.
 
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