From: Mike Williams Date: Mon, 1 Apr 2002 12:43:47 +0000 (+0000) Subject: (sgml-mode): Set indent-line-function to sgml-indent-line. X-Git-Tag: ttn-vms-21-2-B4~15868 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c599518108274853242a2e879afb668b30c5781;p=emacs.git (sgml-mode): Set indent-line-function to sgml-indent-line. --- 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-indent-function) 'sgml-comment-indent)