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
58226364
Commit
58226364
authored
Mar 14, 1998
by
Richard M. Stallman
Browse files
(set_frame_menubar): Fstore_match_data => Fset_match_data.
parent
8f1ecd05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xmenu.c
src/xmenu.c
+1
-1
No files found.
src/xmenu.c
View file @
58226364
...
...
@@ -1684,7 +1684,7 @@ set_frame_menubar (f, first_time, deep_p)
because it is not reentrant. */
specbind
(
Qdebug_on_next_call
,
Qnil
);
record_unwind_protect
(
Fs
tor
e_match_data
,
Fmatch_data
(
Qnil
,
Qnil
));
record_unwind_protect
(
Fse
t
_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