summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-03-23 20:51:53 +0000
committerRichard M. Stallman <rms@gnu.org>1997-03-23 20:51:53 +0000
commit17defdaf0dbaad791dd18d648e76112568e68cf3 (patch)
treeb6b678459d74813b4f7da245390c23fdcc56ae2e
parentf7b8c6939e88374d69c38bad0d45eac8b3cb4b4e (diff)
downloademacs-17defdaf0dbaad791dd18d648e76112568e68cf3.tar.gz
(rmail-forward): Don't do dash-quoting on the signature.
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
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))