(mail-mode-flyspell-verify): Fix regexp syntax.
This commit is contained in:
parent
256249731e
commit
676019c5c8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue