diff options
author | Dave Love <fx@gnu.org> | 2000-06-05 14:22:54 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-05 14:22:54 +0000 |
commit | eb545596f03ef4b62c89f7678412a9eec46fcbd1 (patch) | |
tree | d701c12de7c9490f03b6c3da965ccb6341b69ebf /src/coding.h | |
parent | fa0ec9f42e014682c810126d7025db2c219fd1c1 (diff) | |
download | emacs-eb545596f03ef4b62c89f7678412a9eec46fcbd1.tar.gz |
Declare code_convert_string_norecord.
Diffstat (limited to 'src/coding.h')
-rw-r--r-- | src/coding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index b76074796de..fa8959ba239 100644 --- a/src/coding.h +++ b/src/coding.h @@ -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; |