From: yamaoka Date: Wed, 16 Jun 1999 05:12:32 +0000 (+0000) Subject: (smtpmail-send-it): Use `forward-line' with arg 1 before searching for the end X-Git-Tag: flim-1_13_0~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ac40bd6d143cc380ad5f9f6700aba71d9baffd61;p=elisp%2Fflim.git (smtpmail-send-it): Use `forward-line' with arg 1 before searching for the end of the Resent-To field. --- 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)))