1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(html-mode): Locally set sentence-end.

This commit is contained in:
Richard M. Stallman 1997-01-21 09:27:59 +00:00
parent f084eb91d5
commit da84bdc4d5

View File

@ -1128,6 +1128,9 @@ do:
(make-local-variable 'outline-regexp)
(make-local-variable 'outline-heading-end-regexp)
(make-local-variable 'outline-level)
(make-local-variable 'sentence-end)
(setq sentence-end
"[.?!][]\"')}]*\\(<[^>]*>\\)*\\($\\| $\\|\t\\| \\)[ \t\n]*")
(setq mode-name "HTML"
major-mode 'html-mode
sgml-tag-alist html-tag-alist