Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6951cd71
Commit
6951cd71
authored
Jun 16, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fhandle_switch_frame): Preserve prefix arg.
parent
d99671d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/frame.c
src/frame.c
+2
-0
No files found.
src/frame.c
View file @
6951cd71
...
...
@@ -526,6 +526,8 @@ to that frame.")
(
frame
,
no_enter
)
Lisp_Object
frame
,
no_enter
;
{
/* Preserve prefix arg that the command loop just cleared. */
current_kboard
->
Vprefix_arg
=
Vcurrent_prefix_arg
;
return
do_switch_frame
(
frame
,
no_enter
,
0
);
}
...
...
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