comparison 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
comparison
equal deleted inserted replaced
18703:2e597c7309b3 18704:259f416a8485
339 (setq font-lock-defaults '(mail-font-lock-keywords t)) 339 (setq font-lock-defaults '(mail-font-lock-keywords t))
340 (make-local-variable 'paragraph-separate) 340 (make-local-variable 'paragraph-separate)
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.
347 ;; Lines containing just >= 3 dashes, perhaps after whitespace, 348 ;; Lines containing just >= 3 dashes, perhaps after whitespace,
348 ;; are also sometimes used and should be separators. 349 ;; are also sometimes used and should be separators.