Mercurial > emacs
changeset 19076:457a082715c8
(adaptive-fill-first-line-regexp): Fix regexp.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 01 Aug 1997 19:20:29 +0000 |
parents | a0386e6bb200 |
children | a4d58e619dfa |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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