From e7a11a25bd67c0d43366717454ece607be60a7bb Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 19 Oct 1999 00:59:30 +0000 Subject: [PATCH] (fill-cited-region): Bind `filladapt-mode' to nil. --- ChangeLog | 4 ++++ mu-cite.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c2f2fa..5e25830 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-10-19 Katsumi Yamaoka + + * mu-cite.el (fill-cited-region): Bind `filladapt-mode' to nil. + 1999-10-15 Katsumi Yamaoka * mu-cite.el (fill-cited-region): Increase `fill-column' if diff --git a/mu-cite.el b/mu-cite.el index 1bb8a08..d62ac8e 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -490,7 +490,8 @@ TABLE defaults to the current buffer's category table." (fill-column (max (+ 1 (current-left-margin) (string-width fill-prefix)) (current-fill-column))) - (pat (concat fill-prefix "\n"))) + (pat (concat fill-prefix "\n")) + filladapt-mode) (goto-char (point-min)) (while (search-forward pat nil t) (let ((b (match-beginning 0)) -- 1.7.10.4