From: Stefan Monnier Date: Thu, 6 Dec 2001 16:17:08 +0000 (+0000) Subject: (indent-line-function): Default is indent-relative again. X-Git-Tag: ttn-vms-21-2-B4~17883 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f059f7032fa326cbd2cca8d46deb63c804f3231f;p=emacs.git (indent-line-function): Default is indent-relative again. --- diff --git a/lisp/indent.el b/lisp/indent.el index 697c72dfd88..81bc00af63d 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -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