From 78256ede202e028de5aeb7c9ad57bf10a24c94dc Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 6 Sep 2000 15:22:30 +0000 Subject: [PATCH] Tweak adaptive-fill-regexp so that it accepts prefixes of the form "> >". --- v7/src/imail/imail-top.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index 5b1488f49..c69415911 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-top.scm,v 1.211 2000/07/21 19:22:15 cph Exp $ +;;; $Id: imail-top.scm,v 1.212 2000/09/06 15:22:30 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -293,7 +293,7 @@ regardless of the folder type." (make-event-distributor)) (define (imail-adjust-adaptive-fill buffer) - (add-adaptive-fill-regexp! "[ \t]*[-a-zA-Z0-9]*>+[ \t]*" buffer)) + (add-adaptive-fill-regexp! "[ \t]*[-a-zA-Z0-9]*>\\([ \t]*>\\)[ \t]*" buffer)) (define (add-adaptive-fill-regexp! regexp buffer) (local-set-variable! adaptive-fill-regexp -- 2.25.1