*** empty log message ***

This commit is contained in:
Gerd Moellmann
2002-03-12 18:55:12 +00:00
parent 7dcece1445
commit 8460b6897b
2 changed files with 4 additions and 0 deletions

View File

@@ -478,6 +478,9 @@ cl-indent package. The new user options
`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
+++

View File

@@ -9,6 +9,7 @@
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>