diff src/xmenu.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 9cbbf721b91c
children 6409ef81a2a8
line wrap: on
line diff
--- 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);