Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b3f6010e
Commit
b3f6010e
authored
Jul 22, 2003
by
Stefan Monnier
Browse files
(temp_output_buffer_setup): Typo.
parent
29ea8ae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/print.c
src/print.c
+2
-2
No files found.
src/print.c
View file @
b3f6010e
...
...
@@ -597,8 +597,8 @@ temp_output_buffer_setup (bufname)
current_buffer
->
read_only
=
Qnil
;
current_buffer
->
filename
=
Qnil
;
current_buffer
->
undo_list
=
Qt
;
eassert
(
current_buffer
->
overlays_before
=
NULL
);
eassert
(
current_buffer
->
overlays_after
=
NULL
);
eassert
(
current_buffer
->
overlays_before
=
=
NULL
);
eassert
(
current_buffer
->
overlays_after
=
=
NULL
);
current_buffer
->
enable_multibyte_characters
=
buffer_defaults
.
enable_multibyte_characters
;
Ferase_buffer
();
...
...
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