Clarify that mapconcat will also throw an error when it invokes
concat on integers.
This commit is contained in:
parent
de508b5f24
commit
539e74f9f6
1 changed files with 2 additions and 1 deletions
3
etc/NEWS
3
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue