(mail-mode): Make fill-paragraph-function local.
This commit is contained in:
parent
8b32d88564
commit
b56822304a
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue