aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/indent.el
diff options
context:
space:
mode:
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 81bc00af63..697c72dfd8 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -37,7 +37,7 @@
:group 'indent
:type 'integer)
-(defvar indent-line-function 'indent-relative
+(defvar indent-line-function 'indent-to-left-margin
"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