comparison 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
comparison
equal deleted inserted replaced
90127:30ad2795fdab 90128:13796b0653c7
280 (in-signature 280 (in-signature
281 nil) 281 nil)
282 (t 282 (t
283 (save-excursion 283 (save-excursion
284 (beginning-of-line) 284 (beginning-of-line)
285 (not (looking-at "[>}|]\\To:"))))))) 285 (not (looking-at "[>}|]\\|To:")))))))
286 286
287 ;*--- texinfo mode ----------------------------------------------------*/ 287 ;*--- texinfo mode ----------------------------------------------------*/
288 (put 'texinfo-mode 'flyspell-mode-predicate 'texinfo-mode-flyspell-verify) 288 (put 'texinfo-mode 'flyspell-mode-predicate 'texinfo-mode-flyspell-verify)
289 (defun texinfo-mode-flyspell-verify () 289 (defun texinfo-mode-flyspell-verify ()
290 "This function is used for `flyspell-generic-check-word-p' in Texinfo mode." 290 "This function is used for `flyspell-generic-check-word-p' in Texinfo mode."