Mercurial > emacs
changeset 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 | 2e597c7309b3 |
children | c4f2eab8e736 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.