]> code.delx.au - gnu-emacs/commitdiff
(mail-mode-flyspell-verify): Fix regexp syntax.
authorRichard M. Stallman <rms@gnu.org>
Wed, 23 Mar 2005 14:39:08 +0000 (14:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 23 Mar 2005 14:39:08 +0000 (14:39 +0000)
lisp/textmodes/flyspell.el

index 7020426b9a832b6a3b70e0b84e67b7fae383b663..dfa3a7fa6924ac1783378c595cc416ff82233413 100644 (file)
@@ -282,7 +282,7 @@ property of the major mode name.")
          (t
           (save-excursion
             (beginning-of-line)
-            (not (looking-at "[>}|]\\To:")))))))
+            (not (looking-at "[>}|]\\|To:")))))))
 
 ;*--- texinfo mode ----------------------------------------------------*/
 (put 'texinfo-mode 'flyspell-mode-predicate 'texinfo-mode-flyspell-verify)