]> git.eshelyaron.com Git - emacs.git/commitdiff
(sgml-mode): Set indent-line-function to sgml-indent-line.
authorMike Williams <mdub@bigfoot.com>
Mon, 1 Apr 2002 12:43:47 +0000 (12:43 +0000)
committerMike Williams <mdub@bigfoot.com>
Mon, 1 Apr 2002 12:43:47 +0000 (12:43 +0000)
lisp/textmodes/sgml-mode.el

index ce42a5bcf7df9cb647d687a951e933aa983a4cb2..5b7034f8a80fb4dafaa3bdfd3bdff1fbd1ec33f6 100644 (file)
@@ -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)