aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-02-01 22:00:02 +0000
committerStefan Monnier2002-02-01 22:00:02 +0000
commit4003548799689faffc45f048fe1af483bad8507e (patch)
tree5e6758b7f028cd9ac0733ac368c157cce239048a
parente30ce0986a2efbb99806a9e9d48315403a7e2c67 (diff)
downloademacs-4003548799689faffc45f048fe1af483bad8507e.tar.gz
emacs-4003548799689faffc45f048fe1af483bad8507e.zip
(mail-mode): Undo half of last change.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/mail/sendmail.el2
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 @@
12002-02-01 Stefan Monnier <monnier@cs.yale.edu> 12002-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.