]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-mode): Undo half of last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 1 Feb 2002 22:00:02 +0000 (22:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 1 Feb 2002 22:00:02 +0000 (22:00 +0000)
lisp/ChangeLog
lisp/mail/sendmail.el

index 18d3db9cc90fdc91f2d350a15f93bc6c4231b81a..42562bb143db9e1ccd16ad86f49dac209f5629da 100644 (file)
@@ -1,5 +1,7 @@
 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * mail/sendmail.el (mail-mode): Undo half of last change.
+
        * indent.el (indent-for-tab-command): Remove spurious code.
 
        * hi-lock.el (hi-lock-find-patterns): Save restriction.
index 8497af5f7efd950b101e9ccb08fc79a75687f876..4986b75c9833fef7f6edfc2ae75a2889dd21e906 100644 (file)
@@ -491,7 +491,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
                adaptive-fill-regexp))
   (make-local-variable 'adaptive-fill-first-line-regexp)
   (setq adaptive-fill-first-line-regexp
-       (concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|"
+       (concat "[ \t]*[-[:alnum:]]*>+[ \t]*\\|"
                adaptive-fill-first-line-regexp))
   ;; `-- ' precedes the signature.  `-----' appears at the start of the
   ;; lines that delimit forwarded messages.