changeset 103552:0d7c31bf0a29

(elp-output-insert-symname): Add a link face to make it obvious item can be clicked.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 23 Jun 2009 05:54:33 +0000
parents f33627dd1aec
children af4ee0cb7fb7
files lisp/ChangeLog lisp/emacs-lisp/elp.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 23 05:53:56 2009 +0000
+++ b/lisp/ChangeLog	Tue Jun 23 05:54:33 2009 +0000
@@ -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.
 
--- a/lisp/emacs-lisp/elp.el	Tue Jun 23 05:53:56 2009 +0000
+++ b/lisp/emacs-lisp/elp.el	Tue Jun 23 05:54:33 2009 +0000
@@ -554,6 +554,7 @@
 		      'elp-symname (intern symname)
 		      'keymap elp-results-symname-map
 		      'mouse-face 'highlight
+		      'face 'link
 		      'help-echo "mouse-2 or RET jumps to definition")))
 
 ;;;###autoload