# HG changeset patch # User Mike Williams # Date 1017665027 0 # Node ID a1bba2ef8c345d72cd0b01de10880a46d37a20b5 # Parent f6be751f6b148935088b225d2e5340909761eb1d (sgml-mode): Set indent-line-function to sgml-indent-line. diff -r f6be751f6b14 -r a1bba2ef8c34 lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Mon Apr 01 12:32:02 2002 +0000 +++ b/lisp/textmodes/sgml-mode.el Mon Apr 01 12:43:47 2002 +0000 @@ -410,6 +410,7 @@ (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)