diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2002-03-22 13:30:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2002-03-22 13:30:14 +0000 |
| commit | 539e74f9f66f143eab9db61899c71156b78eb696 (patch) | |
| tree | 9e574cfa30ca3c6a144cfbe1b3cc3a8ef5860846 | |
| parent | de508b5f248dccadd03b93e2a6383d66ee77b13c (diff) | |
| download | emacs-539e74f9f66f143eab9db61899c71156b78eb696.tar.gz | |
Clarify that mapconcat will also throw an error when it invokes
concat on integers.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
