From: Richard M. Stallman Date: Sun, 2 Dec 2001 04:47:16 +0000 (+0000) Subject: (indent-line-function): Default is indent-to-left-margin again. X-Git-Tag: ttn-vms-21-2-B4~17954 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/2ed848b01fda8b91e01844ae651bd8146059e0fd (indent-line-function): Default is indent-to-left-margin again. --- 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