From 6844ae32c9fa1a3402225ef6c89e4d01150ec0fd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 23 Mar 1997 20:51:53 +0000 Subject: [PATCH] (rmail-forward): Don't do dash-quoting on the signature. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 8fc8f012457..20ed37cf449 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2512,7 +2512,7 @@ see the documentation of `rmail-resend'." (set-marker-insertion-type end t) (insert-buffer-substring forward-buffer) (goto-char beg) - (while (re-search-forward "^-" nil t) + (while (re-search-forward "^-" end t) (beginning-of-line) (insert "- ") (forward-line 1)) -- 2.39.2