diff lisp/wid-edit.el @ 92933:fc82b6139b36

* textmodes/flyspell.el (nxml-mode): Add the right. `flyspell-mode-predicate'. * wid-edit.el (link): Use 'mouse-face for :follow-link.
author Bastien Guerry <bzg@altern.org>
date Fri, 14 Mar 2008 10:13:30 +0000
parents bd5e4ff73402
children 1e3a407766b9
line wrap: on
line diff
--- a/lisp/wid-edit.el	Fri Mar 14 10:06:41 2008 +0000
+++ b/lisp/wid-edit.el	Fri Mar 14 10:13:30 2008 +0000
@@ -1773,7 +1773,7 @@
   "An embedded link."
   :button-prefix 'widget-link-prefix
   :button-suffix 'widget-link-suffix
-  :follow-link "\C-m"
+  :follow-link 'mouse-face
   :help-echo "Follow the link."
   :format "%[%t%]")