From 9c599518108274853242a2e879afb668b30c5781 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Mon, 1 Apr 2002 12:43:47 +0000 Subject: [PATCH] (sgml-mode): Set indent-line-function to sgml-indent-line. --- lisp/textmodes/sgml-mode.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2