Mercurial > emacs
diff etc/NEWS @ 27387:d0a7127b33e5
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jan 2000 05:31:13 +0000 |
parents | f7b7fdb0f3f4 |
children | 483c021bf376 |
line wrap: on
line diff
--- 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,