From fba5d1de835d7b807e963f8ba89369173aea0afa Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 12 Feb 2000 19:45:53 +0000 Subject: [PATCH] (sgml-mode-common): Remove `$' from regexp for paragraph-start. --- lisp/textmodes/sgml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index cecd4a3da47..d5111b2f05c 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -331,7 +331,7 @@ varables of same name)." paragraph-separate "[ \t]*$\\|\ \[ \t]*$" paragraph-start "[ \t]*$\\|\ -\[ \t]*$" +\[ \t]*" adaptive-fill-regexp "[ \t]*" comment-start "" -- 2.39.5