]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/flyspell.el (nxml-mode): Add the right.
authorBastien Guerry <bzg@altern.org>
Fri, 14 Mar 2008 10:13:30 +0000 (10:13 +0000)
committerBastien Guerry <bzg@altern.org>
Fri, 14 Mar 2008 10:13:30 +0000 (10:13 +0000)
`flyspell-mode-predicate'.

* wid-edit.el (link): Use 'mouse-face for :follow-link.

lisp/ChangeLog
lisp/textmodes/flyspell.el
lisp/wid-edit.el

index 53382fbbbf9285e7dffb3f25f67a524c413cf7c2..0ccb4718b86b1a271247f2fe08f66687542b9052 100644 (file)
@@ -1,3 +1,10 @@
+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.
index bba45160bad2006a4ea5afca4e77d3d41e0a5ade..131adad60ae60ae29cb036ebc8ed75bd3db7887a 100644 (file)
@@ -349,6 +349,7 @@ property of the major mode name.")
 ;;*--- 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."
index 26c77e1a172ea30b9f3a0832fff1b66373e5247d..7e89f002b371fc12d696e100e94a490d4058aa91 100644 (file)
@@ -1773,7 +1773,7 @@ If END is omitted, it defaults to the length of LIST."
   "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%]")