(fill-cited-region): Bind `filladapt-mode' to nil.
[elisp/mu-cite.git] / mu-cite.el
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))