comparison lisp/textmodes/=ispell4.el @ 4842:ef5f87232112

(ispell-message-cite-regexp): Add definition.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Oct 1993 21:44:57 +0000
parents 0a297b60d293
children 8b896067d6fb
comparison
equal deleted inserted replaced
4841:8800a7377ceb 4842:ef5f87232112
605 (Info-validate) 605 (Info-validate)
606 (if (get-buffer " *problems in info file*") 606 (if (get-buffer " *problems in info file*")
607 (kill-emacs 1)) 607 (kill-emacs 1))
608 (write-region (point-min) (point-max) "ispell.info")) 608 (write-region (point-min) (point-max) "ispell.info"))
609 609
610 (defvar ispell-message-cite-regexp "^ "
611 "*Regular expression to match lines cited from one message into another.")
612
610 (defun ispell-message () 613 (defun ispell-message ()
611 "Check the spelling for an outgoing mail message." 614 "Check the spelling for an outgoing mail message."
612 (interactive) 615 (interactive)
613 (save-excursion 616 (save-excursion
614 (beginning-of-buffer) 617 (beginning-of-buffer)