diff options
| author | Richard M. Stallman | 2000-01-21 05:31:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2000-01-21 05:31:13 +0000 |
| commit | 6c7fd5aa64aed3d684592608d48b647213894d5c (patch) | |
| tree | ab1b49f5120176afb48f2e97336020a6b1297c95 | |
| parent | 7588f68a7f924bc200355742b88e3ad2d7233897 (diff) | |
| download | emacs-6c7fd5aa64aed3d684592608d48b647213894d5c.tar.gz emacs-6c7fd5aa64aed3d684592608d48b647213894d5c.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | ||
| 1025 | The dolist and dotimes macros of Common Lisp are now available. | 1025 | Simple versions of the dolist and dotimes macros of Common Lisp |
| 1026 | are 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, |