summaryrefslogtreecommitdiff
path: root/lisp/indent.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-12-06 16:17:08 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-12-06 16:17:08 +0000
commit5cd57db1b1e59793c3721ad2fcbc7b6458544ac3 (patch)
tree137bb520c0f3c9a46158384729ad42a31793f2da /lisp/indent.el
parent07d6758715c77bed242e5756eba7dac17e8a8f00 (diff)
downloademacs-5cd57db1b1e59793c3721ad2fcbc7b6458544ac3.tar.gz
(indent-line-function): Default is indent-relative again.
Diffstat (limited to 'lisp/indent.el')
-rw-r--r--lisp/indent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el
index 697c72dfd88..81bc00af63d 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -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