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
0383eb57
Commit
0383eb57
authored
May 13, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fdelete_other_windows): Fix args to vmotion.
parent
87c67862
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/window.c
src/window.c
+1
-2
No files found.
src/window.c
View file @
0383eb57
...
...
@@ -1525,8 +1525,7 @@ value is reasonable when this function is called.")
Fset_buffer
(
w
->
buffer
);
/* This computation used to temporarily move point, but that can
have unwanted side effects due to text properties. */
pos
=
*
vmotion
(
startpos
,
-
top
,
window_internal_width
(
w
)
-
1
,
XINT
(
w
->
hscroll
),
window
);
pos
=
*
vmotion
(
startpos
,
-
top
,
w
);
Fset_marker
(
w
->
start
,
make_number
(
pos
.
bufpos
),
w
->
buffer
);
w
->
start_at_line_beg
=
((
pos
.
bufpos
==
BEGV
||
FETCH_CHAR
(
pos
.
bufpos
-
1
)
==
'\n'
)
?
Qt
...
...
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