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
26a59e42
Commit
26a59e42
authored
Jul 09, 2003
by
Stefan Monnier
Browse files
(temp_output_buffer_setup): Use new type for overlays_(before|after).
parent
87359a3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/print.c
src/print.c
+3
-3
No files found.
src/print.c
View file @
26a59e42
/* Lisp object printing and output streams.
Copyright (C) 1985, 86, 88, 93, 94, 95, 97, 98, 1999, 2000, 200
1
Copyright (C) 1985, 86, 88, 93, 94, 95, 97, 98, 1999, 2000,
01,
200
3
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -596,8 +596,8 @@ temp_output_buffer_setup (bufname)
current_buffer
->
read_only
=
Qnil
;
current_buffer
->
filename
=
Qnil
;
current_buffer
->
undo_list
=
Qt
;
current_buffer
->
overlays_before
=
Qnil
;
current_buffer
->
overlays_after
=
Qnil
;
current_buffer
->
overlays_before
=
NULL
;
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