From 2ed848b01fda8b91e01844ae651bd8146059e0fd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 2 Dec 2001 04:47:16 +0000 Subject: (indent-line-function): Default is indent-to-left-margin again. --- lisp/indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/indent.el') 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 -- cgit v1.2.3