Mercurial > emacs
changeset 60855:8386904a5a5f
(mail-mode-flyspell-verify): Fix regexp syntax.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 23 Mar 2005 14:39:08 +0000 |
parents | 6c3c9561257e |
children | 798f3b5ae20f |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Wed Mar 23 14:33:57 2005 +0000 +++ b/lisp/textmodes/flyspell.el Wed Mar 23 14:39:08 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)