diff options
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 1 |
2 files changed, 4 insertions, 0 deletions
| @@ -478,6 +478,9 @@ cl-indent package. The new user options | |||
| 478 | `lisp-simple-loop-indentation' can be used to customize the | 478 | `lisp-simple-loop-indentation' can be used to customize the |
| 479 | indentation of keywords and forms in loop forms. | 479 | indentation of keywords and forms in loop forms. |
| 480 | 480 | ||
| 481 | ** Indentation of backquoted forms has been made customizable in the | ||
| 482 | cl-indent package. See the new user option `lisp-backquote-indentation'. | ||
| 483 | |||
| 481 | ** New modes and packages | 484 | ** New modes and packages |
| 482 | 485 | ||
| 483 | +++ | 486 | +++ |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a865f7c0552..0fc898b4df6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | common-lisp-indent-function. | 9 | common-lisp-indent-function. |
| 10 | (common-lisp-indent-function): Handle loop forms specially. | 10 | (common-lisp-indent-function): Handle loop forms specially. |
| 11 | (lisp-indent-defmethod): Use car/cdr instead of first/rest. | 11 | (lisp-indent-defmethod): Use car/cdr instead of first/rest. |
| 12 | (lisp-backquote-indentation): New user option. | ||
| 12 | 13 | ||
| 13 | 2002-03-12 Francesco Potorti` <pot@gnu.org> | 14 | 2002-03-12 Francesco Potorti` <pot@gnu.org> |
| 14 | 15 | ||