diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -302,7 +302,7 @@ reread_doc_file (Lisp_Object file) | |||
| 302 | if (NILP (file)) | 302 | if (NILP (file)) |
| 303 | Fsnarf_documentation (Vdoc_file_name); | 303 | Fsnarf_documentation (Vdoc_file_name); |
| 304 | else | 304 | else |
| 305 | Fload (file, Qt, Qt, Qt, Qnil); | 305 | save_match_data_load (file, Qt, Qt, Qt, Qnil); |
| 306 | 306 | ||
| 307 | return 1; | 307 | return 1; |
| 308 | } | 308 | } |