diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -2984,8 +2984,9 @@ suppressed. */) | |||
| 2984 | Vautoload_queue = Qt; | 2984 | Vautoload_queue = Qt; |
| 2985 | 2985 | ||
| 2986 | /* Load the file. */ | 2986 | /* Load the file. */ |
| 2987 | tem = Fload (NILP (filename) ? Fsymbol_name (feature) : filename, | 2987 | tem = save_match_data_load |
| 2988 | noerror, Qt, Qnil, (NILP (filename) ? Qt : Qnil)); | 2988 | (NILP (filename) ? Fsymbol_name (feature) : filename, |
| 2989 | noerror, Qt, Qnil, (NILP (filename) ? Qt : Qnil)); | ||
| 2989 | 2990 | ||
| 2990 | /* If load failed entirely, return nil. */ | 2991 | /* If load failed entirely, return nil. */ |
| 2991 | if (NILP (tem)) | 2992 | if (NILP (tem)) |