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:
parent
c299126f7f
commit
f059f7032f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue