]> code.delx.au - gnu-emacs/commitdiff
(indent-line-function): Default is indent-to-left-margin again.
authorRichard M. Stallman <rms@gnu.org>
Sun, 2 Dec 2001 04:47:16 +0000 (04:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 2 Dec 2001 04:47:16 +0000 (04:47 +0000)
lisp/indent.el

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