`flyspell-mode-predicate'.
* wid-edit.el (link): Use 'mouse-face for :follow-link.
+2008-03-14 Bastien Guerry <bzg@altern.org>
+
+ * textmodes/flyspell.el (nxml-mode): Add the right.
+ `flyspell-mode-predicate'.
+
+ * wid-edit.el (link): Use 'mouse-face for :follow-link.
+
2008-03-14 Glenn Morris <rgm@gnu.org>
* calendar/solar.el: Reorder so that functions are defined before use.
;;*--- sgml mode -------------------------------------------------------*/
(put 'sgml-mode 'flyspell-mode-predicate 'sgml-mode-flyspell-verify)
(put 'html-mode 'flyspell-mode-predicate 'sgml-mode-flyspell-verify)
+(put 'nxml-mode 'flyspell-mode-predicate 'sgml-mode-flyspell-verify)
(defun sgml-mode-flyspell-verify ()
"Function used for `flyspell-generic-check-word-predicate' in SGML mode."
"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%]")