aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-14 08:23:56 +0000
committerRichard M. Stallman1998-03-14 08:23:56 +0000
commit58226364bec782bbe9e2c24679c63ddb4bebd18b (patch)
tree8daa03c3ec4c1a0a59ee01cacfef6548db36c071 /src
parent8f1ecd05a8e974f3cde81bebb3c1ef955a01eb82 (diff)
downloademacs-58226364bec782bbe9e2c24679c63ddb4bebd18b.tar.gz
emacs-58226364bec782bbe9e2c24679c63ddb4bebd18b.zip
(set_frame_menubar): Fstore_match_data => Fset_match_data.
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 77a367a8ac9..9116030f07c 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1684,7 +1684,7 @@ set_frame_menubar (f, first_time, deep_p)
1684 because it is not reentrant. */ 1684 because it is not reentrant. */
1685 specbind (Qdebug_on_next_call, Qnil); 1685 specbind (Qdebug_on_next_call, Qnil);
1686 1686
1687 record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil)); 1687 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil));
1688 if (NILP (Voverriding_local_map_menu_flag)) 1688 if (NILP (Voverriding_local_map_menu_flag))
1689 { 1689 {
1690 specbind (Qoverriding_terminal_local_map, Qnil); 1690 specbind (Qoverriding_terminal_local_map, Qnil);