changeset 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 309a750fd5c0
children 6cb6d2fe6999
files src/w32menu.c src/xmenu.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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);
--- a/src/xmenu.c	Thu Dec 19 06:41:48 1996 +0000
+++ b/src/xmenu.c	Thu Dec 19 06:42:08 1996 +0000
@@ -1665,7 +1665,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);