summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
diff options
context:
space:
mode:
authorMike Williams <mdub@bigfoot.com>2002-04-01 12:43:47 +0000
committerMike Williams <mdub@bigfoot.com>2002-04-01 12:43:47 +0000
commit9c599518108274853242a2e879afb668b30c5781 (patch)
treecab1777d55a2e4b130da50d82a30d10a0740b70c /lisp/textmodes/sgml-mode.el
parent7dd3ed35ee97faffffda85a0e78fe6056ef7bf26 (diff)
downloademacs-9c599518108274853242a2e879afb668b30c5781.tar.gz
(sgml-mode): Set indent-line-function to sgml-indent-line.
Diffstat (limited to 'lisp/textmodes/sgml-mode.el')
-rw-r--r--lisp/textmodes/sgml-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index ce42a5bcf7d..5b7034f8a80 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -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)