changeset 19818:0db6ba06cd1c

(mail-mode): Allow dash in citation prefixes in adaptive-fill-regexp and adaptive-fill-first-line-regexp.
author Richard M. Stallman <rms@gnu.org>
date Mon, 08 Sep 1997 10:28:45 +0000
parents 2b1a8f775e09
children 97dbdfb505f9
files lisp/mail/sendmail.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Mon Sep 08 10:27:58 1997 +0000
+++ b/lisp/mail/sendmail.el	Mon Sep 08 10:28:45 1997 +0000
@@ -357,10 +357,10 @@
   (setq fill-paragraph-function 'mail-mode-fill-paragraph)
   (make-local-variable 'adaptive-fill-regexp)
   (setq adaptive-fill-regexp
-	(concat "[ \t]*[a-z0-9A-Z]*>+[ \t]*\\|" adaptive-fill-regexp))
+	(concat "[ \t]*[-a-z0-9A-Z]*>+[ \t]*\\|" adaptive-fill-regexp))
   (make-local-variable 'adaptive-fill-first-line-regexp)
   (setq adaptive-fill-first-line-regexp
-	(concat "[ \t]*[a-z0-9A-Z]*>+[ \t]*\\|" adaptive-fill-first-line-regexp))
+	(concat "[ \t]*[-a-z0-9A-Z]*>+[ \t]*\\|" adaptive-fill-first-line-regexp))
   ;; `-- ' precedes the signature.  `-----' appears at the start of the
   ;; lines that delimit forwarded messages.
   ;; Lines containing just >= 3 dashes, perhaps after whitespace,