diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2654,7 +2654,7 @@ Normally the return value is FEATURE.") | |||
| 2654 | noerror, Qt, Qnil, (NILP (file_name) ? Qt : Qnil)); | 2654 | noerror, Qt, Qnil, (NILP (file_name) ? Qt : Qnil)); |
| 2655 | /* If load failed entirely, return nil. */ | 2655 | /* If load failed entirely, return nil. */ |
| 2656 | if (NILP (tem)) | 2656 | if (NILP (tem)) |
| 2657 | return Qnil; | 2657 | return unbind_to (count, Qnil); |
| 2658 | 2658 | ||
| 2659 | tem = Fmemq (feature, Vfeatures); | 2659 | tem = Fmemq (feature, Vfeatures); |
| 2660 | if (NILP (tem)) | 2660 | if (NILP (tem)) |