]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 363964439fd671484c17dfcf57cc019a4a4fdc3d..99752b553adb21fb221db4e017dcc898ccff6bd0 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 900b93ef3db1b22c3225a70a40cad6eb30229233..7b3acab2f6b28f5424b30ad7ebfa8a58b8294a3c 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