Mercurial > emacs
changeset 41762:9ebf70e688cd
(indent-line-function): Default is indent-to-left-margin again.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 02 Dec 2001 04:47:16 +0000 |
parents | 878a3e2e7cfa |
children | 541b53a03028 |
files | lisp/indent.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/indent.el Sun Dec 02 04:45:54 2001 +0000 +++ b/lisp/indent.el Sun Dec 02 04:47:16 2001 +0000 @@ -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