From 58226364bec782bbe9e2c24679c63ddb4bebd18b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 08:23:56 +0000 Subject: [PATCH] (set_frame_menubar): Fstore_match_data => Fset_match_data. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmenu.c b/src/xmenu.c index 77a367a8ac..9116030f07 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1684,7 +1684,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.20.1