# HG changeset patch # User Richard M. Stallman # Date 870463229 0 # Node ID 457a082715c89f1404947358aa84c477a33335c0 # Parent a0386e6bb2002a4e35fd54d970a8f4dfeca47548 (adaptive-fill-first-line-regexp): Fix regexp. diff -r a0386e6bb200 -r 457a082715c8 lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Fri Aug 01 19:19:51 1997 +0000 +++ b/lisp/textmodes/fill.el Fri Aug 01 19:20:29 1997 +0000 @@ -88,7 +88,7 @@ :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