changeset 43861:b4a60b514085

Add cl-indent loop form indentation.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 12 Mar 2002 16:34:31 +0000
parents f71b333b14f3
children 7263004fcb03
files etc/NEWS
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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
 
 +++