]> git.eshelyaron.com Git - emacs.git/commitdiff
(set_frame_menubar): Call Fmatch_data with new explicit arguments.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Dec 1996 06:42:08 +0000 (06:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Dec 1996 06:42:08 +0000 (06:42 +0000)
src/w32menu.c
src/xmenu.c

index c39450765379832ef32c5290d8b6211c71f6b16e..a169e267e316f0dd015e9a2f05f7a56a92ada137 100644 (file)
@@ -1405,7 +1405,7 @@ set_frame_menubar (f, first_time)
      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);
index 46b75cc1dbb04e9d8c68c9382fb3c64a554dac91..fee4e97347e5bbae46ce38e4fae6bf09d6b024fe 100644 (file)
@@ -1665,7 +1665,7 @@ set_frame_menubar (f, first_time, deep_p)
         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);