Mercurial > emacs
changeset 44293:a1bba2ef8c34
(sgml-mode): Set indent-line-function to sgml-indent-line.
author | Mike Williams <mdub@bigfoot.com> |
---|---|
date | Mon, 01 Apr 2002 12:43:47 +0000 |
parents | f6be751f6b14 |
children | a87795faf65b |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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-end) " -->") (set (make-local-variable 'comment-indent-function) 'sgml-comment-indent)