(fill-cited-region): Bind `filladapt-mode' to nil.
authoryamaoka <yamaoka>
Tue, 19 Oct 1999 00:59:30 +0000 (00:59 +0000)
committeryamaoka <yamaoka>
Tue, 19 Oct 1999 00:59:30 +0000 (00:59 +0000)
ChangeLog
mu-cite.el

index 7c2f2fa..5e25830 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-19  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mu-cite.el (fill-cited-region): Bind `filladapt-mode' to nil.
+
 1999-10-15  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * mu-cite.el (fill-cited-region): Increase `fill-column' if
index 1bb8a08..d62ac8e 100644 (file)
@@ -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))