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
1479ef51
Commit
1479ef51
authored
Jul 07, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fset_window_hscroll): Set clip_changed in the buffer.
(temp_output_buffer_show): Likewise.
parent
13373f4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/window.c
src/window.c
+2
-2
No files found.
src/window.c
View file @
1479ef51
...
...
@@ -311,7 +311,7 @@ NCOL should be zero or positive.")
args_out_of_range
(
ncol
,
Qnil
);
w
=
decode_window
(
window
);
if
(
XINT
(
w
->
hscroll
)
!=
XINT
(
ncol
))
clip_changed
=
1
;
/* Prevent redisplay shortcuts */
XBUFFER
(
w
->
buffer
)
->
clip_changed
=
1
;
/* Prevent redisplay shortcuts */
w
->
hscroll
=
ncol
;
return
ncol
;
}
...
...
@@ -2111,7 +2111,7 @@ temp_output_buffer_show (buf)
BEGV
=
BEG
;
ZV
=
Z
;
SET_PT
(
BEG
);
clip_changed
=
1
;
XBUFFER
(
buf
)
->
clip_changed
=
1
;
set_buffer_internal
(
old
);
if
(
!
EQ
(
Vtemp_buffer_show_function
,
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