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
18787f5e
Commit
18787f5e
authored
Jun 17, 2002
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fset_window_configuration): Lisp_Object/int mixup.
parent
922bc663
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/window.c
src/window.c
+1
-1
No files found.
src/window.c
View file @
18787f5e
...
...
@@ -5147,7 +5147,7 @@ the return value is nil. Otherwise the value is t. */)
selected_window
=
Qnil
;
if
(
EQ
(
XWINDOW
(
data
->
current_window
)
->
buffer
,
new_current_buffer
))
set_marker_restricted
(
XWINDOW
(
data
->
current_window
)
->
pointm
,
old_point
,
make_number
(
old_point
)
,
XWINDOW
(
data
->
current_window
)
->
buffer
);
Fselect_window
(
data
->
current_window
);
...
...
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