diff options
| author | Miles Bader | 2005-06-09 07:13:03 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-06-09 07:13:03 +0000 |
| commit | d113efea8e0a56aedd60615f5dc6669c72aca77f (patch) | |
| tree | c51aa1cd5076acfc2391217b0d7dea96552011de /src/eval.c | |
| parent | 2435213ba6b74f7425e15b1f799c9ae18467e43d (diff) | |
| parent | 47600d8e97925ed8816b099267e24f4ab3311e75 (diff) | |
| download | emacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.tar.gz emacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 353-357)
- Update from CVS
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); |