(ispell-message-cite-regexp): Add definition.

This commit is contained in:
Richard M. Stallman
1993-10-09 21:44:57 +00:00
parent d6a3cc1563
commit 1f8359ba5c

View File

@@ -607,6 +607,9 @@ L lookup; Q quit\n")
(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)