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
6ed0af67
Commit
6ed0af67
authored
Jul 22, 2003
by
Stefan Monnier
Browse files
(run_pre_post_conversion_on_str): Use delete_all_overlays.
parent
d2398db3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/coding.c
src/coding.c
+3
-2
No files found.
src/coding.c
View file @
6ed0af67
...
...
@@ -5998,12 +5998,13 @@ run_pre_post_conversion_on_str (str, coding, encodep)
buffer = Fget_buffer_create (build_string (" *code-converting-work*"));
buf = XBUFFER (buffer);
delete_all_overlays (buf);
buf->directory = current_buffer->directory;
buf->read_only = Qnil;
buf->filename = Qnil;
buf->undo_list = Qt;
buf->overlays_before = NULL;
buf->overlays_after = NULL;
eassert (
buf->overlays_before =
=
NULL
)
;
eassert (
buf->overlays_after =
=
NULL
)
;
set_buffer_internal (buf);
/* We must insert the contents of STR as is without
...
...
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