emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Tue, 24 May 2005 06:27:22 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.392 emacs/src/fns.c:1.393
*** emacs/src/fns.c:1.392       Fri May  6 23:04:31 2005
--- emacs/src/fns.c     Tue May 24 10:27:22 2005
***************
*** 3276,3282 ****
                        Fcons (Fcons (build_string ("No"), Qnil),
                               Qnil));
          menu = Fcons (prompt, pane);
!         obj = Fx_popup_dialog (Qt, menu);
          answer = !NILP (obj);
          break;
        }
--- 3276,3282 ----
                        Fcons (Fcons (build_string ("No"), Qnil),
                               Qnil));
          menu = Fcons (prompt, pane);
!         obj = Fx_popup_dialog (Qt, menu, Qnil);
          answer = !NILP (obj);
          break;
        }
***************
*** 3408,3414 ****
                           Qnil));
        GCPRO1 (pane);
        menu = Fcons (prompt, pane);
!       obj = Fx_popup_dialog (Qt, menu);
        UNGCPRO;
        return obj;
      }
--- 3408,3414 ----
                           Qnil));
        GCPRO1 (pane);
        menu = Fcons (prompt, pane);
!       obj = Fx_popup_dialog (Qt, menu, Qnil);
        UNGCPRO;
        return obj;
      }




reply via email to

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