Mercurial > emacs
diff etc/NEWS @ 43861:b4a60b514085
Add cl-indent loop form indentation.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 12 Mar 2002 16:34:31 +0000 |
parents | db463e67459c |
children | ecb4683e36bc |
line wrap: on
line diff
--- a/etc/NEWS Tue Mar 12 16:27:15 2002 +0000 +++ b/etc/NEWS Tue Mar 12 16:34:31 2002 +0000 @@ -471,6 +471,13 @@ --- ** A French translation of the Emacs Tutorial is available. +--- +** Indentation of simple and extended loop forms han been added to the +cl-indent package. The new user options +`lisp-loop-keyword-indentation', `lisp-loop-forms-indentation', and +`lisp-simple-loop-indentation' can be used to customize the +indentation of keywords and forms in loop forms. + ** New modes and packages +++