From: Richard M. Stallman Date: Thu, 10 Jul 1997 01:41:38 +0000 (+0000) Subject: (mail-mode): Make fill-paragraph-function local. X-Git-Tag: emacs-20.1~1242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b56822304a52e7fb7c9b9b27fe7c2de2176843d7;p=emacs.git (mail-mode): Make fill-paragraph-function local. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index b9143a6a744..355056122d1 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -341,6 +341,7 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)." (make-local-variable 'paragraph-start) (make-local-variable 'normal-auto-fill-function) (setq normal-auto-fill-function 'mail-mode-auto-fill) + (make-local-variable 'fill-paragraph-function) (setq fill-paragraph-function 'mail-mode-fill-paragraph) ;; `-- ' precedes the signature. `-----' appears at the start of the ;; lines that delimit forwarded messages.