mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(sgml-mode): Set indent-line-function to sgml-indent-line.
This commit is contained in:
parent
7dd3ed35ee
commit
9c59951810
@ -410,6 +410,7 @@ Do \\[describe-key] on the following bindings to discover what they do.
|
||||
(set (make-local-variable 'paragraph-separate)
|
||||
(concat paragraph-start "$"))
|
||||
(set (make-local-variable 'adaptive-fill-regexp) "[ \t]*")
|
||||
(set (make-local-variable 'indent-line-function) 'sgml-indent-line)
|
||||
(set (make-local-variable 'comment-start) "<!-- ")
|
||||
(set (make-local-variable 'comment-end) " -->")
|
||||
(set (make-local-variable 'comment-indent-function) 'sgml-comment-indent)
|
||||
|
Loading…
Reference in New Issue
Block a user