Mercurial > emacs
diff src/coding.h @ 29717:acaa36b47f50
fix up more Lisp_Object/int conversion issues
| author | Ken Raeburn <raeburn@raeburn.org> |
|---|---|
| date | Sun, 18 Jun 2000 20:14:37 +0000 |
| parents | 951ead33c624 |
| children | 56dec1b451fe |
line wrap: on
line diff
--- a/src/coding.h Sun Jun 18 20:14:35 2000 +0000 +++ b/src/coding.h Sun Jun 18 20:14:37 2000 +0000 @@ -636,6 +636,8 @@ 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 encode_coding_string P_ ((Lisp_Object, + struct coding_system *, int)); extern Lisp_Object Qcoding_system, Qeol_type, Qcoding_category_index; extern Lisp_Object Qraw_text, Qemacs_mule; extern Lisp_Object Qbuffer_file_coding_system;
