From: Richard M. Stallman Date: Fri, 1 Aug 1997 19:20:29 +0000 (+0000) Subject: (adaptive-fill-first-line-regexp): Fix regexp. X-Git-Tag: emacs-20.1~870 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21942e01985b614221217d5ea42868ebb9b364e7;p=emacs.git (adaptive-fill-first-line-regexp): Fix regexp. --- diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index d73da1105f6..c1f44301a4b 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -88,7 +88,7 @@ a role." :type 'regexp :group 'fill) -(defcustom adaptive-fill-first-line-regexp "\\`[ \t]*$`//'" +(defcustom adaptive-fill-first-line-regexp "\\`[ \t]*\\'" "*Regexp specifying whether to set fill prefix from a one-line paragraph. When a paragraph has just one line, then after `adaptive-fill-regexp' finds the prefix at the beginning of the line, if it doesn't