diff 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
line wrap: on
line diff
--- a/src/w32menu.c	Thu Dec 19 06:41:48 1996 +0000
+++ b/src/w32menu.c	Thu Dec 19 06:42:08 1996 +0000
@@ -1405,7 +1405,7 @@
      because it is not reentrant.  */
   specbind (Qdebug_on_next_call, Qnil);
 
-  record_unwind_protect (Fstore_match_data, Fmatch_data ());
+  record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil));
   if (NILP (Voverriding_local_map_menu_flag))
     {
       specbind (Qoverriding_terminal_local_map, Qnil);