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
d2394df5
Commit
d2394df5
authored
Jul 09, 2003
by
Stefan Monnier
Browse files
(run_pre_post_conversion_on_str): Use new type for overlays_(before|after).
parent
88006f77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/coding.c
src/coding.c
+2
-2
No files found.
src/coding.c
View file @
d2394df5
...
...
@@ -6001,8 +6001,8 @@ run_pre_post_conversion_on_str (str, coding, encodep)
buf->read_only = Qnil;
buf->filename = Qnil;
buf->undo_list = Qt;
buf->overlays_before =
Qnil
;
buf->overlays_after =
Qnil
;
buf->overlays_before =
NULL
;
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