From: Stefan Monnier Date: Fri, 1 Feb 2002 21:56:57 +0000 (+0000) Subject: (mail-mode) : Undo half of last change. X-Git-Tag: emacs-21.2~135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=764004c810b81124e0234d8a692ea42cb4727170;p=emacs.git (mail-mode) : Undo half of last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e318a0e5394..bbe5d92be6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-02-01 Stefan Monnier + * mail/sendmail.el (mail-mode) : + Undo half of last change. + * hi-lock.el (hi-lock-find-patterns): Save restriction. 2002-01-29 Pavel Jan,Bm(Bk @@ -22,8 +25,8 @@ 2002-01-25 Jason Rumney - * faces.el (face-font-registry-alternatives) [windows-nt]: Add - ms-oemlatin as an alternative for iso8859-1. + * faces.el (face-font-registry-alternatives) [windows-nt]: + Add ms-oemlatin as an alternative for iso8859-1. 2002-01-25 Eli Zaretskii diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3c56c00d7b6..82ecbdf7a02 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -500,7 +500,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and (make-local-variable 'adaptive-fill-first-line-regexp) (setq adaptive-fill-first-line-regexp (concat adaptive-fill-first-line-regexp - "\\|[ \t]*[-[:alnum:]]+>+[ \t]*")) + "\\|[ \t]*[-[:alnum:]]*>+[ \t]*")) ;; `-- ' precedes the signature. `-----' appears at the start of the ;; lines that delimit forwarded messages. ;; Lines containing just >= 3 dashes, perhaps after whitespace,