# HG changeset patch # User Gerd Moellmann # Date 1015950435 0 # Node ID f71b333b14f33a914f68dd68ef8c62268b1953f9 # Parent e8da4031d520f5f4fce7d0ee69e34a70405eb0f1 *** empty log message *** diff -r e8da4031d520 -r f71b333b14f3 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 12 16:26:05 2002 +0000 +++ b/lisp/ChangeLog Tue Mar 12 16:27:15 2002 +0000 @@ -1,3 +1,15 @@ +2002-03-12 Gerd Moellmann + + * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation) + (lisp-loop-forms-indentation, lisp-simple-loop-indentation): New + user options. + (extended-loop-p, common-lisp-loop-part-indentation): New + functions. + (common-lisp-indent-function-1): Renamed from + common-lisp-indent-function. + (common-lisp-indent-function): Handle loop forms specially. + (lisp-indent-defmethod): Use car/cdr instead of first/rest. + 2002-03-12 Francesco Potorti` * progmodes/etags.el (tag-exact-file-name-match-p)