From 21942e01985b614221217d5ea42868ebb9b364e7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 1 Aug 1997 19:20:29 +0000 Subject: [PATCH] (adaptive-fill-first-line-regexp): Fix regexp. --- lisp/textmodes/fill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2