`lisp-simple-loop-indentation' can be used to customize the
indentation of keywords and forms in loop forms.
+** Indentation of backquoted forms has been made customizable in the
+cl-indent package. See the new user option `lisp-backquote-indentation'.
+
** New modes and packages
+++
common-lisp-indent-function.
(common-lisp-indent-function): Handle loop forms specially.
(lisp-indent-defmethod): Use car/cdr instead of first/rest.
+ (lisp-backquote-indentation): New user option.
2002-03-12 Francesco Potorti` <pot@gnu.org>