[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xmenu.c
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] Changes to emacs/src/xmenu.c |
Date: |
Tue, 20 Dec 2005 21:37:36 +0000 |
Index: emacs/src/xmenu.c
diff -u emacs/src/xmenu.c:1.296 emacs/src/xmenu.c:1.297
--- emacs/src/xmenu.c:1.296 Mon Dec 12 08:08:43 2005
+++ emacs/src/xmenu.c Tue Dec 20 21:37:36 2005
@@ -899,8 +899,11 @@
xpos += XINT (x);
ypos += XINT (y);
+
+ XSETFRAME (Vmenu_updating_frame, f);
}
- Vmenu_updating_frame = Qnil;
+ else
+ Vmenu_updating_frame = Qnil;
#endif /* HAVE_MENUS */
record_unwind_protect (unuse_menu_items, Qnil);