aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDave Love2000-04-12 17:20:46 +0000
committerDave Love2000-04-12 17:20:46 +0000
commit3c30cb6e7ed8fd1d1f4e9ca0722f646f663291ce (patch)
tree1f55133181ca18aef26ca7884bb8bf2af03928fe /etc
parentf5c750339f6c4225cd1a2590757422531a12526c (diff)
downloademacs-3c30cb6e7ed8fd1d1f4e9ca0722f646f663291ce.tar.gz
emacs-3c30cb6e7ed8fd1d1f4e9ca0722f646f663291ce.zip
mapc
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cf16b62c8c2..c9a18fa4369 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1102,6 +1102,9 @@ Note that +++ before an item means the Lisp manual has been updated.
1102When you add a new item, please add it without either +++ or --- 1102When you add a new item, please add it without either +++ or ---
1103so I will know I still need to look at it -- rms. 1103so I will know I still need to look at it -- rms.
1104 1104
1105** The new function `mapc' is like `mapcar' but doesn't collect the
1106argument function's results.
1107
1105** The functions base64-decode-region and base64-decode-string now 1108** The functions base64-decode-region and base64-decode-string now
1106signal an error instead of returning nil if decoding fails. 1109signal an error instead of returning nil if decoding fails.
1107 1110