changeset 17237:d3f5f14d1de4

(rmail-forward): Don't do dash-quoting on the signature.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Mar 1997 20:51:53 +0000
parents c0fa9ba95c05
children ac05fe2b7114
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sun Mar 23 20:51:17 1997 +0000
+++ b/lisp/mail/rmail.el	Sun Mar 23 20:51:53 1997 +0000
@@ -2512,7 +2512,7 @@
 	      (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))