diff lisp/textmodes/flyspell.el @ 90128:13796b0653c7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 192-205) - Update from CVS - Use gdb-ui breakpoint faces on ttys too - Tweak gdb-ui breakpoint faces - Tweak info/.arch-inventory to identify info/.cvsignore as source - Clean up gdb-ui breakpoint faces
author Miles Bader <miles@gnu.org>
date Thu, 24 Mar 2005 18:41:26 +0000
parents 29e773288013 8386904a5a5f
children 02f1dbc4a199
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Sat Mar 19 02:42:17 2005 +0000
+++ b/lisp/textmodes/flyspell.el	Thu Mar 24 18:41:26 2005 +0000
@@ -282,7 +282,7 @@
 	  (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)