aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-02 04:47:16 +0000
committerRichard M. Stallman2001-12-02 04:47:16 +0000
commit2ed848b01fda8b91e01844ae651bd8146059e0fd (patch)
treef2df663ad50ba111156ef94091df9721db7c7eca
parentd9291fa3dfb82cd4d2a6cb9128f16452a5f6f234 (diff)
downloademacs-2ed848b01fda8b91e01844ae651bd8146059e0fd.tar.gz
emacs-2ed848b01fda8b91e01844ae651bd8146059e0fd.zip
(indent-line-function): Default is indent-to-left-margin again.
-rw-r--r--lisp/indent.el2
1 files changed, 1 insertions, 1 deletions
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 @@
37 :group 'indent 37 :group 'indent
38 :type 'integer) 38 :type 'integer)
39 39
40(defvar indent-line-function 'indent-relative 40(defvar indent-line-function 'indent-to-left-margin
41 "Function to indent the current line. 41 "Function to indent the current line.
42This function will be called with no arguments. 42This function will be called with no arguments.
43If it is called somewhere where auto-indentation cannot be done 43If it is called somewhere where auto-indentation cannot be done