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
eb545596
Commit
eb545596
authored
Jun 05, 2000
by
Dave Love
Browse files
Declare code_convert_string_norecord.
parent
fa0ec9f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/coding.h
src/coding.h
+2
-0
No files found.
src/coding.h
View file @
eb545596
...
...
@@ -635,6 +635,8 @@ extern char *get_conversion_buffer P_ ((int));
extern
int
setup_coding_system
P_
((
Lisp_Object
,
struct
coding_system
*
));
extern
Lisp_Object
code_convert_string
P_
((
Lisp_Object
,
struct
coding_system
*
,
int
,
int
));
extern
Lisp_Object
code_convert_string_norecord
P_
((
Lisp_Object
,
Lisp_Object
,
int
));
extern
void
setup_raw_text_coding_system
P_
((
struct
coding_system
*
));
extern
Lisp_Object
Qcoding_system
,
Qeol_type
,
Qcoding_category_index
;
extern
Lisp_Object
Qraw_text
,
Qemacs_mule
;
...
...
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