]> git.eshelyaron.com Git - emacs.git/commitdiff
(indent-line-function): Default is indent-relative again.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 6 Dec 2001 16:17:08 +0000 (16:17 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 6 Dec 2001 16:17:08 +0000 (16:17 +0000)
lisp/indent.el

index 697c72dfd88023b00f7e591b4bc2703384a53ba3..81bc00af63dba3ef9a04ef593da8b5f37ca566a7 100644 (file)
@@ -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