comparison src/w32menu.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 481b7874a1e9
children 247f0b107588
comparison
equal deleted inserted replaced
16728:309a750fd5c0 16729:d5e92ecd4595
1403 specbind (Qinhibit_quit, Qt); 1403 specbind (Qinhibit_quit, Qt);
1404 /* Don't let the debugger step into this code 1404 /* Don't let the debugger step into this code
1405 because it is not reentrant. */ 1405 because it is not reentrant. */
1406 specbind (Qdebug_on_next_call, Qnil); 1406 specbind (Qdebug_on_next_call, Qnil);
1407 1407
1408 record_unwind_protect (Fstore_match_data, Fmatch_data ()); 1408 record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil));
1409 if (NILP (Voverriding_local_map_menu_flag)) 1409 if (NILP (Voverriding_local_map_menu_flag))
1410 { 1410 {
1411 specbind (Qoverriding_terminal_local_map, Qnil); 1411 specbind (Qoverriding_terminal_local_map, Qnil);
1412 specbind (Qoverriding_local_map, Qnil); 1412 specbind (Qoverriding_local_map, Qnil);
1413 } 1413 }