summaryrefslogtreecommitdiff
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-19 06:42:08 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-19 06:42:08 +0000
commit4e5feaf5a7aa25577ebc121f30c2a5f2ac8894ef (patch)
tree006a8a06580d957d8fa694528596db08ed46bdae /src/xmenu.c
parenta29994fd9cfb2c38a9fe5b9ba5ca25c4478d8781 (diff)
downloademacs-4e5feaf5a7aa25577ebc121f30c2a5f2ac8894ef.tar.gz
(set_frame_menubar): Call Fmatch_data with new explicit arguments.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
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)
because it is not reentrant. */
specbind (Qdebug_on_next_call, Qnil);
- record_unwind_protect (Fstore_match_data, Fmatch_data ());
+ record_unwind_protect (Fstore_match_data, Fmatch_data (Qnil, Qnil));
if (NILP (Voverriding_local_map_menu_flag))
{
specbind (Qoverriding_terminal_local_map, Qnil);