diff options
| author | Miles Bader | 2007-06-11 00:58:11 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-06-11 00:58:11 +0000 |
| commit | fb9a13e3dca1685b81fcf4d345133fb34911594d (patch) | |
| tree | 181797239f450c33ca8fd0d4d18686bbfc68859d /src/fns.c | |
| parent | 4d3e23e3e8273e820d69e0ecca0f409c4b9a179e (diff) | |
| parent | 2d715b39ea1c89066f469405d065dd1a6631d28e (diff) | |
| download | emacs-fb9a13e3dca1685b81fcf4d345133fb34911594d.tar.gz emacs-fb9a13e3dca1685b81fcf4d345133fb34911594d.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 781-792)
- Update from CVS
- Merge from gnus--rel--5.10
- Merge from emacs--rel--22
* emacs--rel--22 (patch 33-41)
* gnus--rel--5.10 (patch 226-228)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2497,7 +2497,7 @@ SEQUENCE may be a list, a vector, a bool-vector, or a string. */) | |||
| 2497 | wrong_type_argument (Qlistp, sequence); | 2497 | wrong_type_argument (Qlistp, sequence); |
| 2498 | leni = XINT (len); | 2498 | leni = XINT (len); |
| 2499 | nargs = leni + leni - 1; | 2499 | nargs = leni + leni - 1; |
| 2500 | if (nargs < 0) return build_string (""); | 2500 | if (nargs < 0) return empty_unibyte_string; |
| 2501 | 2501 | ||
| 2502 | SAFE_ALLOCA_LISP (args, nargs); | 2502 | SAFE_ALLOCA_LISP (args, nargs); |
| 2503 | 2503 | ||