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: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ed848b01fda8b91e01844ae651bd8146059e0fd;p=emacs.git (indent-line-function): Default is indent-to-left-margin again. --- diff --git a/lisp/indent.el b/lisp/indent.el index 81bc00af63d..697c72dfd88 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