diff options
| author | Stefan Monnier | 2002-02-01 22:00:02 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-02-01 22:00:02 +0000 |
| commit | 4003548799689faffc45f048fe1af483bad8507e (patch) | |
| tree | 5e6758b7f028cd9ac0733ac368c157cce239048a | |
| parent | e30ce0986a2efbb99806a9e9d48315403a7e2c67 (diff) | |
| download | emacs-4003548799689faffc45f048fe1af483bad8507e.tar.gz emacs-4003548799689faffc45f048fe1af483bad8507e.zip | |
(mail-mode): Undo half of last change.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 18d3db9cc90..42562bb143d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2002-02-01 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2002-02-01 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * mail/sendmail.el (mail-mode): Undo half of last change. | ||
| 4 | |||
| 3 | * indent.el (indent-for-tab-command): Remove spurious code. | 5 | * indent.el (indent-for-tab-command): Remove spurious code. |
| 4 | 6 | ||
| 5 | * hi-lock.el (hi-lock-find-patterns): Save restriction. | 7 | * hi-lock.el (hi-lock-find-patterns): Save restriction. |
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 8497af5f7ef..4986b75c983 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -491,7 +491,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and | |||
| 491 | adaptive-fill-regexp)) | 491 | adaptive-fill-regexp)) |
| 492 | (make-local-variable 'adaptive-fill-first-line-regexp) | 492 | (make-local-variable 'adaptive-fill-first-line-regexp) |
| 493 | (setq adaptive-fill-first-line-regexp | 493 | (setq adaptive-fill-first-line-regexp |
| 494 | (concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|" | 494 | (concat "[ \t]*[-[:alnum:]]*>+[ \t]*\\|" |
| 495 | adaptive-fill-first-line-regexp)) | 495 | adaptive-fill-first-line-regexp)) |
| 496 | ;; `-- ' precedes the signature. `-----' appears at the start of the | 496 | ;; `-- ' precedes the signature. `-----' appears at the start of the |
| 497 | ;; lines that delimit forwarded messages. | 497 | ;; lines that delimit forwarded messages. |