# HG changeset patch # User Stefan Monnier # Date 1007655428 0 # Node ID 23120b6a0225d8475ba570dde87037d41aa6c01c # Parent 209a9ba11d61889c5290f67c1da476f313cd4ba4 (indent-line-function): Default is indent-relative again. diff -r 209a9ba11d61 -r 23120b6a0225 lisp/indent.el --- a/lisp/indent.el Thu Dec 06 15:27:53 2001 +0000 +++ b/lisp/indent.el Thu Dec 06 16:17:08 2001 +0000 @@ -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