diff lisp/mail/sendmail.el @ 18704:259f416a8485

(mail-mode): Make fill-paragraph-function local.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Jul 1997 01:41:38 +0000
parents 86c067e48e33
children 631776603b13
line wrap: on
line diff
--- 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.