diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3450,7 +3450,7 @@ FUNCTION must be a function of one argument, and must return a value | |||
| 3450 | return empty_unibyte_string; | 3450 | return empty_unibyte_string; |
| 3451 | Lisp_Object *args; | 3451 | Lisp_Object *args; |
| 3452 | SAFE_ALLOCA_LISP (args, args_alloc); | 3452 | SAFE_ALLOCA_LISP (args, args_alloc); |
| 3453 | if (EQ (function, Qidentity)) | 3453 | if (BASE_EQ (function, Qidentity)) |
| 3454 | { | 3454 | { |
| 3455 | /* Fast path when no function call is necessary. */ | 3455 | /* Fast path when no function call is necessary. */ |
| 3456 | if (CONSP (sequence)) | 3456 | if (CONSP (sequence)) |