+2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
+
+ * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
+ and is already matched by adaptive-fill-regexp.
+
2002-01-22 Richard M. Stallman <rms@gnu.org>
* net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
(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 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,