1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(indent-line-function): Default is indent-relative again.

This commit is contained in:
Stefan Monnier 2001-12-06 16:17:08 +00:00
parent c299126f7f
commit f059f7032f

View 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