From ac40bd6d143cc380ad5f9f6700aba71d9baffd61 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 16 Jun 1999 05:12:32 +0000 Subject: [PATCH] (smtpmail-send-it): Use `forward-line' with arg 1 before searching for the end of the Resent-To field. --- smtpmail.el | 1 + 1 file changed, 1 insertion(+) diff --git a/smtpmail.el b/smtpmail.el index 6458710..ba3991d 100644 --- a/smtpmail.el +++ b/smtpmail.el @@ -130,6 +130,7 @@ This is relative to `smtpmail-queue-dir'.") (save-restriction (narrow-to-region (point) (save-excursion + (forward-line 1) (while (looking-at "^[ \t]") (forward-line 1)) (point))) -- 1.7.10.4