diff options
| author | Richard M. Stallman | 1999-01-06 23:55:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-01-06 23:55:31 +0000 |
| commit | 41857307a664323538feb4e301dbd9b44020ccbd (patch) | |
| tree | e74e4c3e805cba5a233d8f31b39946aef1026bf1 /src | |
| parent | e83f6bb0746d9c18016e5eb31259b0fb3eba4d6c (diff) | |
| download | emacs-41857307a664323538feb4e301dbd9b44020ccbd.tar.gz emacs-41857307a664323538feb4e301dbd9b44020ccbd.zip | |
(Frequire): Don't fail to unbind bindings.
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)) |