]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-mode): ">" is not a supercite-style prefix
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Jan 2002 00:44:27 +0000 (00:44 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Jan 2002 00:44:27 +0000 (00:44 +0000)
and is already matched by adaptive-fill-regexp.

lisp/mail/sendmail.el

index 3e0f17e96b5fafd29d7f17b5272dfe58e2eb1df6..8497af5f7efd950b101e9ccb08fc79a75687f876 100644 (file)
@@ -487,11 +487,11 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
   (set (make-local-variable 'comment-start) mail-yank-prefix)
   (make-local-variable 'adaptive-fill-regexp)
   (setq adaptive-fill-regexp
-       (concat "[ \t]*[-[:alnum:]]*>+[ \t]*\\|"
+       (concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|"
                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.