diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-19 06:42:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-19 06:42:08 +0000 |
commit | 4e5feaf5a7aa25577ebc121f30c2a5f2ac8894ef (patch) | |
tree | 006a8a06580d957d8fa694528596db08ed46bdae /src/w32menu.c | |
parent | a29994fd9cfb2c38a9fe5b9ba5ca25c4478d8781 (diff) | |
download | emacs-4e5feaf5a7aa25577ebc121f30c2a5f2ac8894ef.tar.gz |
(set_frame_menubar): Call Fmatch_data with new explicit arguments.
Diffstat (limited to 'src/w32menu.c')
-rw-r--r-- | src/w32menu.c | 2 |
1 files changed, 1 insertions, 1 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) 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); |