Mercurial > emacs
changeset 22379:1566131616f2
(mail-mode): Include `-- ' and `---+' in
paragraph-start and paragraph-separate.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Jun 1998 01:30:29 +0000 |
parents | 18a60ded5193 |
children | 2645c2c3829f |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Sun Jun 07 01:30:09 1998 +0000 +++ b/lisp/mail/sendmail.el Sun Jun 07 01:30:29 1998 +0000 @@ -426,6 +426,7 @@ ;; are also sometimes used and should be separators. (setq paragraph-start (concat (regexp-quote mail-header-separator) "$\\|[ \t]*[a-z0-9A-Z]*>+[ \t]*$\\|[ \t]*$\\|" + "-- $\\|---+$\\|" page-delimiter)) (setq paragraph-separate paragraph-start) (run-hooks 'text-mode-hook 'mail-mode-hook))