aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-12-19 06:42:08 +0000
committerRichard M. Stallman1996-12-19 06:42:08 +0000
commit7935c7387bd24aacb730b89bd9d3231de3863fe7 (patch)
treec6b9f6ccc2cc196e47e42a86b692a2e7cb254fb6 /src
parentdd13022778a9a064105d06534b9bbcb9019366dc (diff)
downloademacs-7935c7387bd24aacb730b89bd9d3231de3863fe7.tar.gz
emacs-7935c7387bd24aacb730b89bd9d3231de3863fe7.zip
(set_frame_menubar): Call Fmatch_data with new explicit arguments.
Diffstat (limited to 'src')
-rw-r--r--src/w32menu.c2
-rw-r--r--src/xmenu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index c3945076537..a169e267e31 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -1405,7 +1405,7 @@ set_frame_menubar (f, first_time)
1405 because it is not reentrant. */ 1405 because it is not reentrant. */
1406 specbind (Qdebug_on_next_call, Qnil); 1406 specbind (Qdebug_on_next_call, Qnil);
1407 1407
1408 record_unwind_protect (Fstore_match_data, Fmatch_data ()); 1408 record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil));
1409 if (NILP (Voverriding_local_map_menu_flag)) 1409 if (NILP (Voverriding_local_map_menu_flag))
1410 { 1410 {
1411 specbind (Qoverriding_terminal_local_map, Qnil); 1411 specbind (Qoverriding_terminal_local_map, Qnil);
diff --git a/src/xmenu.c b/src/xmenu.c
index 46b75cc1dbb..fee4e97347e 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1665,7 +1665,7 @@ set_frame_menubar (f, first_time, deep_p)
1665 because it is not reentrant. */ 1665 because it is not reentrant. */
1666 specbind (Qdebug_on_next_call, Qnil); 1666 specbind (Qdebug_on_next_call, Qnil);
1667 1667
1668 record_unwind_protect (Fstore_match_data, Fmatch_data ()); 1668 record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil));
1669 if (NILP (Voverriding_local_map_menu_flag)) 1669 if (NILP (Voverriding_local_map_menu_flag))
1670 { 1670 {
1671 specbind (Qoverriding_terminal_local_map, Qnil); 1671 specbind (Qoverriding_terminal_local_map, Qnil);