# HG changeset patch # User Richard M. Stallman # Date 1007268436 0 # Node ID 9ebf70e688cd69ce928ec970d4e9a2f723e78c42 # Parent 878a3e2e7cfae9bf7e4a92d7ef3d81ab87801c9e (indent-line-function): Default is indent-to-left-margin again. diff -r 878a3e2e7cfa -r 9ebf70e688cd lisp/indent.el --- a/lisp/indent.el Sun Dec 02 04:45:54 2001 +0000 +++ b/lisp/indent.el Sun Dec 02 04:47:16 2001 +0000 @@ -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