Mercurial > emacs
changeset 41845:23120b6a0225
(indent-line-function): Default is indent-relative again.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 06 Dec 2001 16:17:08 +0000 |
parents | 209a9ba11d61 |
children | 680de0f18330 |
files | lisp/indent.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/indent.el Thu Dec 06 15:27:53 2001 +0000 +++ b/lisp/indent.el Thu Dec 06 16:17:08 2001 +0000 @@ -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