diff options
| -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. |