changeset 21450:408fb64bc0cb

(set_frame_menubar): Call Fset_match_data, not Fstore_match_data.
author Karl Heuer <kwzh@gnu.org>
date Thu, 09 Apr 1998 17:04:35 +0000
parents 9a81f6034063
children f6a5f21ba451
files src/w32menu.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);