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
f6a07420
Commit
f6a07420
authored
Nov 05, 2009
by
Kenichi Handa
Browse files
(Finsert_file_contents): Be sure set coding-system of
the buffer in case of replace.
parent
775adc51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/fileio.c
src/fileio.c
+1
-0
No files found.
src/ChangeLog
View file @
f6a07420
2009-11-05 Kenichi Handa <handa@m17n.org>
* fileio.c (Finsert_file_contents): Be sure set coding-system of
the buffer in case of replace.
2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
* puresize.h (BASE_PURESIZE): Increase to 1620000.
* puresize.h (BASE_PURESIZE): Increase to 1620000.
...
...
src/fileio.c
View file @
f6a07420
...
@@ -3713,6 +3713,7 @@ variable `last-coding-system-used' to the coding system actually used. */)
...
@@ -3713,6 +3713,7 @@ variable `last-coding-system-used' to the coding system actually used. */)
}
}
coding_system
=
CODING_ID_NAME
(
coding
.
id
);
coding_system
=
CODING_ID_NAME
(
coding
.
id
);
set_coding_system
=
1
;
decoded
=
BUF_BEG_ADDR
(
XBUFFER
(
conversion_buffer
));
decoded
=
BUF_BEG_ADDR
(
XBUFFER
(
conversion_buffer
));
inserted
=
(
BUF_Z_BYTE
(
XBUFFER
(
conversion_buffer
))
inserted
=
(
BUF_Z_BYTE
(
XBUFFER
(
conversion_buffer
))
-
BUF_BEG_BYTE
(
XBUFFER
(
conversion_buffer
)));
-
BUF_BEG_BYTE
(
XBUFFER
(
conversion_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