From: Eli Zaretskii Date: Fri, 22 Mar 2002 13:30:14 +0000 (+0000) Subject: Clarify that mapconcat will also throw an error when it invokes X-Git-Tag: ttn-vms-21-2-B4~16028 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=539e74f9f66f143eab9db61899c71156b78eb696;p=emacs.git Clarify that mapconcat will also throw an error when it invokes concat on integers. --- diff --git a/etc/NEWS b/etc/NEWS index f7601029f39..10a5fac4771 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3194,7 +3194,8 @@ appropriate for reading truly binary files. `before-change-functions' and `after-change-functions' instead. ** Code that uses `concat' with integer args now gets an error, as -long promised. +long promised. So does any code that uses derivatives of `concat', +such as `mapconcat'. ** The function base64-decode-string now always returns a unibyte string.