aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-10-09 21:44:57 +0000
committerRichard M. Stallman1993-10-09 21:44:57 +0000
commit1f8359ba5c9a9c81773e40e00fe3dd063dfd7a6a (patch)
treed8d08c5fc96e69e65e3761f2fa734bc93267fb25
parentd6a3cc1563d5c25456f430a3087b4fa6fd3505dd (diff)
downloademacs-1f8359ba5c9a9c81773e40e00fe3dd063dfd7a6a.tar.gz
emacs-1f8359ba5c9a9c81773e40e00fe3dd063dfd7a6a.zip
(ispell-message-cite-regexp): Add definition.
-rw-r--r--lisp/textmodes/ispell4.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el
index 7ffbb8caf28..f448ffe2f72 100644
--- a/lisp/textmodes/ispell4.el
+++ b/lisp/textmodes/ispell4.el
@@ -607,6 +607,9 @@ L lookup; Q quit\n")
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)