diff src/sunfns.c @ 1437:36ef55ecb265

* frame.c (make_frame_without_minibuffer, Fwindow_frame): Use CHECK_LIVE_WINDOW instead of CHECK_WINDOW. * sunfns.c (Fsun_menu_internal): Same. * xmenu.c (Fx_popup_menu): Same.
author Jim Blandy <jimb@redhat.com>
date Mon, 19 Oct 1992 18:33:14 +0000
parents b9e81bfc7ad9
children 507f64624555
line wrap: on
line diff
--- a/src/sunfns.c	Mon Oct 19 18:31:34 1992 +0000
+++ b/src/sunfns.c	Mon Oct 19 18:33:14 1992 +0000
@@ -436,7 +436,7 @@
   
   CHECK_NUMBER(X_Position, 0);
   CHECK_NUMBER(Y_Position, 1);
-  CHECK_WINDOW(window, 2);
+  CHECK_LIVE_WINDOW(window, 2);
   CHECK_NUMBER(Button, 3);
   CHECK_VECTOR(MEnu, 4);