]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-message-cite-regexp): Add definition.
authorRichard M. Stallman <rms@gnu.org>
Sat, 9 Oct 1993 21:44:57 +0000 (21:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 9 Oct 1993 21:44:57 +0000 (21:44 +0000)
lisp/textmodes/ispell4.el

index 7ffbb8caf28a55edd02e8402bf6e97a92564f1bb..f448ffe2f72c3c8251bb77b9a85552216b4c2dda 100644 (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)