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
95605b1b
Commit
95605b1b
authored
Jul 01, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Frecenter): With arg, set optional_new_start.
parent
f47d4504
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/window.c
src/window.c
+3
-5
No files found.
src/window.c
View file @
95605b1b
...
...
@@ -4781,11 +4781,9 @@ and redisplay normally--don't erase and redraw the frame. */)
/* Set the new window start. */
set_marker_both
(
w
->
start
,
w
->
buffer
,
charpos
,
bytepos
);
w
->
window_end_valid
=
Qnil
;
#if 0 /* This is wrong because the whole idea is that point is
on the screen. If it moves away before redisplay,
we should not override that. */
w->force_start = Qt;
#endif
w
->
optional_new_start
=
Qt
;
if
(
bytepos
==
BEGV_BYTE
||
FETCH_BYTE
(
bytepos
-
1
)
==
'\n'
)
w
->
start_at_line_beg
=
Qt
;
else
...
...
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