comparison lisp/textmodes/sgml-mode.el @ 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 194bcc8d17db
children 8e1755c3dd2b
comparison
equal deleted inserted replaced
27682:fe108abb04e5 27683:9ccf5aad8bcf
329 ;; This is desirable because SGML discards a newline that appears 329 ;; This is desirable because SGML discards a newline that appears
330 ;; immediately after a start tag or immediately before an end tag. 330 ;; immediately after a start tag or immediately before an end tag.
331 paragraph-separate "[ \t]*$\\|\ 331 paragraph-separate "[ \t]*$\\|\
332 \[ \t]*</?\\([A-Za-z]\\([-.A-Za-z0-9= \t\n]\\|\"[^\"]*\"\\|'[^']*'\\)*\\)?>$" 332 \[ \t]*</?\\([A-Za-z]\\([-.A-Za-z0-9= \t\n]\\|\"[^\"]*\"\\|'[^']*'\\)*\\)?>$"
333 paragraph-start "[ \t]*$\\|\ 333 paragraph-start "[ \t]*$\\|\
334 \[ \t]*</?\\([A-Za-z]\\([-.A-Za-z0-9= \t\n]\\|\"[^\"]*\"\\|'[^']*'\\)*\\)?>$" 334 \[ \t]*</?\\([A-Za-z]\\([-.A-Za-z0-9= \t\n]\\|\"[^\"]*\"\\|'[^']*'\\)*\\)?>"
335 adaptive-fill-regexp "[ \t]*" 335 adaptive-fill-regexp "[ \t]*"
336 comment-start "<!-- " 336 comment-start "<!-- "
337 comment-end " -->" 337 comment-end " -->"
338 comment-indent-function 'sgml-comment-indent 338 comment-indent-function 'sgml-comment-indent
339 ;; This will allow existing comments within declarations to be 339 ;; This will allow existing comments within declarations to be