# HG changeset patch # User Richard M. Stallman # Date 868498898 0 # Node ID 259f416a848588748c417dae65952ee762a6eec5 # Parent 2e597c7309b36ce48ba92727ec1eedfd83075ef4 (mail-mode): Make fill-paragraph-function local. diff -r 2e597c7309b3 -r 259f416a8485 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Thu Jul 10 01:03:05 1997 +0000 +++ b/lisp/mail/sendmail.el Thu Jul 10 01:41:38 1997 +0000 @@ -341,6 +341,7 @@ (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.