Mercurial > emacs
diff etc/NEWS @ 28556:5b1d0cd10db8
mapc
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 12 Apr 2000 17:20:46 +0000 |
parents | 05658544eaff |
children | 79911b5afa95 |
line wrap: on
line diff
--- a/etc/NEWS Wed Apr 12 17:20:24 2000 +0000 +++ b/etc/NEWS Wed Apr 12 17:20:46 2000 +0000 @@ -1102,6 +1102,9 @@ When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +** The new function `mapc' is like `mapcar' but doesn't collect the +argument function's results. + ** The functions base64-decode-region and base64-decode-string now signal an error instead of returning nil if decoding fails.