# HG changeset patch # User Gerd Moellmann # Date 950384753 0 # Node ID 9ccf5aad8bcf25cab9c9f6772a78adb10b063bca # Parent fe108abb04e5d61181e2d9efe0fb6c2174185426 (sgml-mode-common): Remove `$' from regexp for paragraph-start. diff -r fe108abb04e5 -r 9ccf5aad8bcf lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Sat Feb 12 19:44:56 2000 +0000 +++ b/lisp/textmodes/sgml-mode.el Sat Feb 12 19:45:53 2000 +0000 @@ -331,7 +331,7 @@ paragraph-separate "[ \t]*$\\|\ \[ \t]*$" paragraph-start "[ \t]*$\\|\ -\[ \t]*$" +\[ \t]*" adaptive-fill-regexp "[ \t]*" comment-start ""