aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2000-01-21 05:31:13 +0000
committerRichard M. Stallman2000-01-21 05:31:13 +0000
commit6c7fd5aa64aed3d684592608d48b647213894d5c (patch)
treeab1b49f5120176afb48f2e97336020a6b1297c95
parent7588f68a7f924bc200355742b88e3ad2d7233897 (diff)
downloademacs-6c7fd5aa64aed3d684592608d48b647213894d5c.tar.gz
emacs-6c7fd5aa64aed3d684592608d48b647213894d5c.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
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.
1022 1022
1023** New dolist and dotimes macros. 1023** New dolist and dotimes macros.
1024 1024
1025The dolist and dotimes macros of Common Lisp are now available. 1025Simple versions of the dolist and dotimes macros of Common Lisp
1026are now defined in Emacs Lisp.
1026 1027
1027(dolist (VAR LIST [RESULT]) BODY...) 1028(dolist (VAR LIST [RESULT]) BODY...)
1028 Execute body once for each element of LIST, 1029 Execute body once for each element of LIST,