Mercurial > emacs
diff src/coding.h @ 110829:4d672e9d91bf
Complement a coding system for encoding arguments and input to a process.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Thu, 30 Sep 2010 13:28:34 +0900 |
| parents | 1d1d5d9bd884 |
| children | bec49af30c2f 376148b31b5e |
line wrap: on
line diff
--- a/src/coding.h Wed Sep 29 09:55:58 2010 +0900 +++ b/src/coding.h Thu Sep 30 13:28:34 2010 +0900 @@ -707,6 +707,7 @@ int)); extern Lisp_Object raw_text_coding_system P_ ((Lisp_Object)); extern Lisp_Object coding_inherit_eol_type P_ ((Lisp_Object, Lisp_Object)); +extern Lisp_Object complement_process_encoding_system P_ ((Lisp_Object)); extern int decode_coding_gap P_ ((struct coding_system *, EMACS_INT, EMACS_INT));
