]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-forward): Don't do dash-quoting on the signature.
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Mar 1997 20:51:53 +0000 (20:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Mar 1997 20:51:53 +0000 (20:51 +0000)
lisp/mail/rmail.el

index 8fc8f0124574407b1955bece90e2738546946f9d..20ed37cf449dad8db86631e4e493c0c2ac9b955c 100644 (file)
@@ -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))