diff options
| author | Stefan Monnier | 2001-12-06 16:17:08 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-12-06 16:17:08 +0000 |
| commit | f059f7032fa326cbd2cca8d46deb63c804f3231f (patch) | |
| tree | 31e2d5f0453b36ff2b0389f354ecffd51b6462fb | |
| parent | c299126f7f6a349fbabba838ef11fd31f01a3eb8 (diff) | |
| download | emacs-f059f7032fa326cbd2cca8d46deb63c804f3231f.tar.gz emacs-f059f7032fa326cbd2cca8d46deb63c804f3231f.zip | |
(indent-line-function): Default is indent-relative again.
| -rw-r--r-- | lisp/indent.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el index 697c72dfd88..81bc00af63d 100644 --- a/lisp/indent.el +++ b/lisp/indent.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | :group 'indent | 37 | :group 'indent |
| 38 | :type 'integer) | 38 | :type 'integer) |
| 39 | 39 | ||
| 40 | (defvar indent-line-function 'indent-to-left-margin | 40 | (defvar indent-line-function 'indent-relative |
| 41 | "Function to indent the current line. | 41 | "Function to indent the current line. |
| 42 | This function will be called with no arguments. | 42 | This function will be called with no arguments. |
| 43 | If it is called somewhere where auto-indentation cannot be done | 43 | If it is called somewhere where auto-indentation cannot be done |