Mercurial > emacs
changeset 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 | 8800a7377ceb |
children | 136e32c763e3 |
files | lisp/textmodes/=ispell4.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/=ispell4.el Sat Oct 09 21:30:48 1993 +0000 +++ b/lisp/textmodes/=ispell4.el Sat Oct 09 21:44:57 1993 +0000 @@ -607,6 +607,9 @@ (kill-emacs 1)) (write-region (point-min) (point-max) "ispell.info")) +(defvar ispell-message-cite-regexp "^ " + "*Regular expression to match lines cited from one message into another.") + (defun ispell-message () "Check the spelling for an outgoing mail message." (interactive)