# HG changeset patch # User Karl Heuer # Date 892141475 0 # Node ID 408fb64bc0cbcedf98631a06c766155f8f17ab3b # Parent 9a81f6034063bc8b22b4565653101bf587246670 (set_frame_menubar): Call Fset_match_data, not Fstore_match_data. diff -r 9a81f6034063 -r 408fb64bc0cb src/w32menu.c --- a/src/w32menu.c Thu Apr 09 17:03:05 1998 +0000 +++ b/src/w32menu.c Thu Apr 09 17:04:35 1998 +0000 @@ -1542,7 +1542,7 @@ because it is not reentrant. */ specbind (Qdebug_on_next_call, Qnil); - record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil)); + record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); if (NILP (Voverriding_local_map_menu_flag)) { specbind (Qoverriding_terminal_local_map, Qnil);