comparison src/w32menu.c @ 90192:173dee4e2611

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 353-357) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 09 Jun 2005 07:13:03 +0000
parents 5b029ff3b08d 9bde03db5726
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90191:c766b49f5bbd 90192:173dee4e2611
1441 specbind (Qinhibit_quit, Qt); 1441 specbind (Qinhibit_quit, Qt);
1442 /* Don't let the debugger step into this code 1442 /* Don't let the debugger step into this code
1443 because it is not reentrant. */ 1443 because it is not reentrant. */
1444 specbind (Qdebug_on_next_call, Qnil); 1444 specbind (Qdebug_on_next_call, Qnil);
1445 1445
1446 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 1446 record_unwind_save_match_data ();
1447
1447 if (NILP (Voverriding_local_map_menu_flag)) 1448 if (NILP (Voverriding_local_map_menu_flag))
1448 { 1449 {
1449 specbind (Qoverriding_terminal_local_map, Qnil); 1450 specbind (Qoverriding_terminal_local_map, Qnil);
1450 specbind (Qoverriding_local_map, Qnil); 1451 specbind (Qoverriding_local_map, Qnil);
1451 } 1452 }