Mercurial > emacs
diff src/ChangeLog @ 58215:8f529503ae83
* xmenu.c (pop_down_menu): Remove global variable current_menu,
extract pointer from arg with XSAVE_VALUE.
(create_and_show_popup_menu, create_and_show_dialog,
xmenu_show): Construct arg to record_unwind_protect with
make_save_value.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 14 Nov 2004 10:55:45 +0000 |
parents | f1f027a36519 |
children | 72149deebe89 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Nov 14 09:59:02 2004 +0000 +++ b/src/ChangeLog Sun Nov 14 10:55:45 2004 +0000 @@ -1,3 +1,11 @@ +2004-11-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * xmenu.c (pop_down_menu): Remove global variable current_menu, + extract pointer from arg with XSAVE_VALUE. + (create_and_show_popup_menu, create_and_show_dialog, + xmenu_show): Construct arg to record_unwind_protect with + make_save_value. + 2004-11-13 Richard M. Stallman <rms@gnu.org> * xdisp.c (reseat_at_previous_visible_line_start): No longer static.