From: Karl Heuer Date: Thu, 9 Apr 1998 17:04:35 +0000 (+0000) Subject: (set_frame_menubar): Call Fset_match_data, not X-Git-Tag: emacs-20.3~1624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78781e92a6edf2d8be6a9020d35eeb8a20e0ee93;p=emacs.git (set_frame_menubar): Call Fset_match_data, not Fstore_match_data. --- 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);