Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7935c738
Commit
7935c738
authored
Dec 19, 1996
by
Richard M. Stallman
Browse files
(set_frame_menubar): Call Fmatch_data with new explicit arguments.
parent
dd130227
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/w32menu.c
src/w32menu.c
+1
-1
src/xmenu.c
src/xmenu.c
+1
-1
No files found.
src/w32menu.c
View file @
7935c738
...
...
@@ -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
);
...
...
src/xmenu.c
View file @
7935c738
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment