From: Eli Zaretskii Date: Sat, 11 Jun 2005 13:58:16 +0000 (+0000) Subject: Mention that adaptive-fill-function is now used before adaptive-fill-regexp, X-Git-Tag: emacs-pretest-22.0.90~9043 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0af4347a781828182427166a1f6406744226f3bf;p=emacs.git Mention that adaptive-fill-function is now used before adaptive-fill-regexp, rather than after it. --- diff --git a/etc/NEWS b/etc/NEWS index 54934adbe53..42699f60c16 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3388,6 +3388,13 @@ clone to the other. --- *** The function `insert-string' is now obsolete. +** Filling changes. + ++++ +*** In determining an adaptive fill prefix, Emacs now tries the function in +`adaptive-fill-function' _before_ matching the buffer line against +`adaptive-fill-regexp' rather than _after_ it. + +++ ** Atomic change groups.