diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 0eb1482ee0b..46affcac418 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1971,7 +1971,7 @@ do_autoload (fundef, funname) | |||
| 1971 | GCPRO3 (fun, funname, fundef); | 1971 | GCPRO3 (fun, funname, fundef); |
| 1972 | 1972 | ||
| 1973 | /* Preserve the match data. */ | 1973 | /* Preserve the match data. */ |
| 1974 | record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); | 1974 | record_unwind_save_match_data (); |
| 1975 | 1975 | ||
| 1976 | /* Value saved here is to be restored into Vautoload_queue. */ | 1976 | /* Value saved here is to be restored into Vautoload_queue. */ |
| 1977 | record_unwind_protect (un_autoload, Vautoload_queue); | 1977 | record_unwind_protect (un_autoload, Vautoload_queue); |