(indent-line-function): Default is indent-relative again.

This commit is contained in:
Stefan Monnier
2001-12-06 16:17:08 +00:00
parent c299126f7f
commit f059f7032f

View File

@@ -37,7 +37,7 @@
:group 'indent
:type 'integer)
(defvar indent-line-function 'indent-to-left-margin
(defvar indent-line-function 'indent-relative
"Function to indent the current line.
This function will be called with no arguments.
If it is called somewhere where auto-indentation cannot be done