aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c
index 77c0b15037f..11f5dddc858 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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))