# HG changeset patch # User Richard M. Stallman # Date 948432673 0 # Node ID d0a7127b33e5a3b5d1c2ea5bd06994af41f8c10f # Parent 549ccf34df849f50532cabb6e784e17a88e4e51d *** empty log message *** diff -r 549ccf34df84 -r d0a7127b33e5 etc/NEWS --- a/etc/NEWS Fri Jan 21 03:43:45 2000 +0000 +++ b/etc/NEWS Fri Jan 21 05:31:13 2000 +0000 @@ -1022,7 +1022,8 @@ ** New dolist and dotimes macros. -The dolist and dotimes macros of Common Lisp are now available. +Simple versions of the dolist and dotimes macros of Common Lisp +are now defined in Emacs Lisp. (dolist (VAR LIST [RESULT]) BODY...) Execute body once for each element of LIST,