diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 13 |
1 files changed, 0 insertions, 13 deletions
| @@ -299,19 +299,6 @@ read_doc_string (Lisp_Object filepos) | |||
| 299 | static bool | 299 | static bool |
| 300 | reread_doc_file (Lisp_Object file) | 300 | reread_doc_file (Lisp_Object file) |
| 301 | { | 301 | { |
| 302 | #if 0 | ||
| 303 | Lisp_Object reply, prompt[3]; | ||
| 304 | struct gcpro gcpro1; | ||
| 305 | GCPRO1 (file); | ||
| 306 | prompt[0] = build_string ("File "); | ||
| 307 | prompt[1] = NILP (file) ? Vdoc_file_name : file; | ||
| 308 | prompt[2] = build_string (" is out of sync. Reload? "); | ||
| 309 | reply = Fy_or_n_p (Fconcat (3, prompt)); | ||
| 310 | UNGCPRO; | ||
| 311 | if (NILP (reply)) | ||
| 312 | return 0; | ||
| 313 | #endif | ||
| 314 | |||
| 315 | if (NILP (file)) | 302 | if (NILP (file)) |
| 316 | Fsnarf_documentation (Vdoc_file_name); | 303 | Fsnarf_documentation (Vdoc_file_name); |
| 317 | else | 304 | else |