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
06be4f85
Commit
06be4f85
authored
Jul 16, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p.
parent
e36aeef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/window.c
src/window.c
+2
-0
No files found.
src/window.c
View file @
06be4f85
...
...
@@ -3145,7 +3145,9 @@ temp_output_buffer_show (buf)
BEGV = BEG;
ZV = Z;
SET_PT (BEG);
#if 0 /* rms: there should be no reason for this. */
XBUFFER (buf)->prevent_redisplay_optimizations_p = 1;
#endif
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