]> git.eshelyaron.com Git - emacs.git/commitdiff
(sgml-mode-common): Remove `$' from regexp for paragraph-start.
authorGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 19:45:53 +0000 (19:45 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 12 Feb 2000 19:45:53 +0000 (19:45 +0000)
lisp/textmodes/sgml-mode.el

index cecd4a3da47bb53f50adda60f23118593c74a6f9..d5111b2f05cf06a2485d5c1a9bb120feb391f6c5 100644 (file)
@@ -331,7 +331,7 @@ varables of same name)."
        paragraph-separate "[ \t]*$\\|\
 \[ \t]*</?\\([A-Za-z]\\([-.A-Za-z0-9= \t\n]\\|\"[^\"]*\"\\|'[^']*'\\)*\\)?>$"
        paragraph-start "[ \t]*$\\|\
-\[ \t]*</?\\([A-Za-z]\\([-.A-Za-z0-9= \t\n]\\|\"[^\"]*\"\\|'[^']*'\\)*\\)?>$"
+\[ \t]*</?\\([A-Za-z]\\([-.A-Za-z0-9= \t\n]\\|\"[^\"]*\"\\|'[^']*'\\)*\\)?>"
        adaptive-fill-regexp "[ \t]*"
        comment-start "<!-- "
        comment-end " -->"