diff options
| author | Richard M. Stallman | 1997-07-10 01:41:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-10 01:41:38 +0000 |
| commit | b56822304a52e7fb7c9b9b27fe7c2de2176843d7 (patch) | |
| tree | 1e386a48c6516103f5e5451811445c18913d15e9 | |
| parent | 8b32d885642a70dbaed95717009670e4d4afb95c (diff) | |
| download | emacs-b56822304a52e7fb7c9b9b27fe7c2de2176843d7.tar.gz emacs-b56822304a52e7fb7c9b9b27fe7c2de2176843d7.zip | |
(mail-mode): Make fill-paragraph-function local.
| -rw-r--r-- | lisp/mail/sendmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)." | |||
| 341 | (make-local-variable 'paragraph-start) | 341 | (make-local-variable 'paragraph-start) |
| 342 | (make-local-variable 'normal-auto-fill-function) | 342 | (make-local-variable 'normal-auto-fill-function) |
| 343 | (setq normal-auto-fill-function 'mail-mode-auto-fill) | 343 | (setq normal-auto-fill-function 'mail-mode-auto-fill) |
| 344 | (make-local-variable 'fill-paragraph-function) | ||
| 344 | (setq fill-paragraph-function 'mail-mode-fill-paragraph) | 345 | (setq fill-paragraph-function 'mail-mode-fill-paragraph) |
| 345 | ;; `-- ' precedes the signature. `-----' appears at the start of the | 346 | ;; `-- ' precedes the signature. `-----' appears at the start of the |
| 346 | ;; lines that delimit forwarded messages. | 347 | ;; lines that delimit forwarded messages. |