Mercurial > emacs
changeset 27683:9ccf5aad8bcf
(sgml-mode-common): Remove `$' from regexp for paragraph-start.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 12 Feb 2000 19:45:53 +0000 |
parents | fe108abb04e5 |
children | db5b16cdb88d |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]*</?\\([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 " -->"