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
f227fded
Commit
f227fded
authored
Feb 23, 2002
by
Eli Zaretskii
Browse files
(run_pre_post_conversion_on_str): Add prototype.
parent
54a0c8a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/coding.h
src/coding.h
+3
-0
No files found.
src/ChangeLog
View file @
f227fded
2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
* coding.h (run_pre_post_conversion_on_str): Add prototype.
2002-02-23 Jason Rumney <jasonr@gnu.org>
* w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
...
...
src/coding.h
View file @
f227fded
...
...
@@ -626,6 +626,9 @@ extern void coding_restore_composition P_ ((struct coding_system *,
Lisp_Object
));
extern
int
code_convert_region
P_
((
int
,
int
,
int
,
int
,
struct
coding_system
*
,
int
,
int
));
extern
Lisp_Object
run_pre_post_conversion_on_str
P_
((
Lisp_Object
,
struct
coding_system
*
,
int
));
extern
int
decoding_buffer_size
P_
((
struct
coding_system
*
,
int
));
extern
int
encoding_buffer_size
P_
((
struct
coding_system
*
,
int
));
extern
void
detect_coding
P_
((
struct
coding_system
*
,
unsigned
char
*
,
int
));
...
...
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