1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

(indent-line-function): Default is indent-to-left-margin again.

This commit is contained in:
Richard M. Stallman 2001-12-02 04:47:16 +00:00
parent d9291fa3df
commit 2ed848b01f

View 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