From 78781e92a6edf2d8be6a9020d35eeb8a20e0ee93 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 9 Apr 1998 17:04:35 +0000 Subject: [PATCH] (set_frame_menubar): Call Fset_match_data, not Fstore_match_data. --- src/w32menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32menu.c b/src/w32menu.c index 73f1dcb920b..c078f977081 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -1542,7 +1542,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 (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); -- 2.39.2