emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/doc.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/doc.c
Date: Sun, 19 May 2002 12:10:08 -0400

Index: emacs/src/doc.c
diff -c emacs/src/doc.c:1.96 emacs/src/doc.c:1.97
*** emacs/src/doc.c:1.96        Wed Apr  3 13:05:07 2002
--- emacs/src/doc.c     Sun May 19 12:10:08 2002
***************
*** 339,354 ****
  reread_doc_file (file)
       Lisp_Object file;
  {
    Lisp_Object reply, prompt[3];
    struct gcpro gcpro1;
    GCPRO1 (file);
    prompt[0] = build_string ("File ");
    prompt[1] = NILP (file) ? Vdoc_file_name : file;
!   prompt[2] = build_string (" is out-of-sync.  Reload? ");
    reply = Fy_or_n_p (Fconcat (3, prompt));
    UNGCPRO;
    if (NILP (reply))
      return 0;
  
    if (NILP (file))
      Fsnarf_documentation (Vdoc_file_name);
--- 339,356 ----
  reread_doc_file (file)
       Lisp_Object file;
  {
+ #if 0
    Lisp_Object reply, prompt[3];
    struct gcpro gcpro1;
    GCPRO1 (file);
    prompt[0] = build_string ("File ");
    prompt[1] = NILP (file) ? Vdoc_file_name : file;
!   prompt[2] = build_string (" is out of sync.  Reload? ");
    reply = Fy_or_n_p (Fconcat (3, prompt));
    UNGCPRO;
    if (NILP (reply))
      return 0;
+ #endif
  
    if (NILP (file))
      Fsnarf_documentation (Vdoc_file_name);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]