From: Richard M. Stallman Date: Fri, 21 Jan 2000 05:31:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c7fd5aa64aed3d684592608d48b647213894d5c;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 6375625ffe8..fae08e21733 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1022,7 +1022,8 @@ as the place that holds the list to be changed. ** 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,