(set_frame_menubar): Fstore_match_data => Fset_match_data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 08:23:56 +0000 (08:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 08:23:56 +0000 (08:23 +0000)
src/xmenu.c

index 77a367a..9116030 100644 (file)
@@ -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);