comparison src/xmenu.c @ 16729:d5e92ecd4595

(set_frame_menubar): Call Fmatch_data with new explicit arguments.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Dec 1996 06:42:08 +0000
parents 9cbbf721b91c
children 6409ef81a2a8
comparison
equal deleted inserted replaced
16728:309a750fd5c0 16729:d5e92ecd4595
1663 specbind (Qinhibit_quit, Qt); 1663 specbind (Qinhibit_quit, Qt);
1664 /* Don't let the debugger step into this code 1664 /* Don't let the debugger step into this code
1665 because it is not reentrant. */ 1665 because it is not reentrant. */
1666 specbind (Qdebug_on_next_call, Qnil); 1666 specbind (Qdebug_on_next_call, Qnil);
1667 1667
1668 record_unwind_protect (Fstore_match_data, Fmatch_data ()); 1668 record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil));
1669 if (NILP (Voverriding_local_map_menu_flag)) 1669 if (NILP (Voverriding_local_map_menu_flag))
1670 { 1670 {
1671 specbind (Qoverriding_terminal_local_map, Qnil); 1671 specbind (Qoverriding_terminal_local_map, Qnil);
1672 specbind (Qoverriding_local_map, Qnil); 1672 specbind (Qoverriding_local_map, Qnil);
1673 } 1673 }