diff options
| author | Richard M. Stallman | 1997-03-23 20:51:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-03-23 20:51:53 +0000 |
| commit | 6844ae32c9fa1a3402225ef6c89e4d01150ec0fd (patch) | |
| tree | da1d0ab0c7ed8feddaab7e5ff426b68030c1dc77 | |
| parent | 6f6e0bcd514d86f53da8ccb066df9757c93c48e0 (diff) | |
| download | emacs-6844ae32c9fa1a3402225ef6c89e4d01150ec0fd.tar.gz emacs-6844ae32c9fa1a3402225ef6c89e4d01150ec0fd.zip | |
(rmail-forward): Don't do dash-quoting on the signature.
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
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'." | |||
| 2512 | (set-marker-insertion-type end t) | 2512 | (set-marker-insertion-type end t) |
| 2513 | (insert-buffer-substring forward-buffer) | 2513 | (insert-buffer-substring forward-buffer) |
| 2514 | (goto-char beg) | 2514 | (goto-char beg) |
| 2515 | (while (re-search-forward "^-" nil t) | 2515 | (while (re-search-forward "^-" end t) |
| 2516 | (beginning-of-line) | 2516 | (beginning-of-line) |
| 2517 | (insert "- ") | 2517 | (insert "- ") |
| 2518 | (forward-line 1)) | 2518 | (forward-line 1)) |