From: Richard M. Stallman Date: Wed, 3 Sep 1997 07:08:43 +0000 (+0000) Subject: (mail-mode): Set adaptive-fill-first-line-regexp X-Git-Tag: emacs-20.1~224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f03ca5f57c3ef2033819c3b595bf34e2a73fe515;p=emacs.git (mail-mode): Set adaptive-fill-first-line-regexp specially, not same as adaptive-fill-regexp. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3ead946218f..b692f8f012c 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -359,7 +359,8 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)." (setq adaptive-fill-regexp (concat "[ \t]*[a-z0-9A-Z]*>+[ \t]*\\|" adaptive-fill-regexp)) (make-local-variable 'adaptive-fill-first-line-regexp) - (setq adaptive-fill-first-line-regexp adaptive-fill-regexp) + (setq adaptive-fill-first-line-regexp + (concat "[ \t]*[a-z0-9A-Z]*>+[ \t]*\\|" adaptive-fill-first-line-regexp)) ;; `-- ' precedes the signature. `-----' appears at the start of the ;; lines that delimit forwarded messages. ;; Lines containing just >= 3 dashes, perhaps after whitespace,