diff options
| author | Kenichi Handa | 2010-09-30 13:28:34 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-09-30 13:28:34 +0900 |
| commit | fcaf88782ba68e7c0618a663db51cf4a26cb3926 (patch) | |
| tree | 589ae64ef6f2e2acc260726235d0c98b29150c0a /src/coding.h | |
| parent | 9fb7a510c91c6aad04d2d6ba8e8c0889d19e1d79 (diff) | |
| download | emacs-fcaf88782ba68e7c0618a663db51cf4a26cb3926.tar.gz emacs-fcaf88782ba68e7c0618a663db51cf4a26cb3926.zip | |
Complement a coding system for encoding arguments and input to a process.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index f47c33847f9..58d70644124 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -707,6 +707,7 @@ extern Lisp_Object code_convert_string_norecord P_ ((Lisp_Object, Lisp_Object, | |||
| 707 | int)); | 707 | int)); |
| 708 | extern Lisp_Object raw_text_coding_system P_ ((Lisp_Object)); | 708 | extern Lisp_Object raw_text_coding_system P_ ((Lisp_Object)); |
| 709 | extern Lisp_Object coding_inherit_eol_type P_ ((Lisp_Object, Lisp_Object)); | 709 | extern Lisp_Object coding_inherit_eol_type P_ ((Lisp_Object, Lisp_Object)); |
| 710 | extern Lisp_Object complement_process_encoding_system P_ ((Lisp_Object)); | ||
| 710 | 711 | ||
| 711 | extern int decode_coding_gap P_ ((struct coding_system *, | 712 | extern int decode_coding_gap P_ ((struct coding_system *, |
| 712 | EMACS_INT, EMACS_INT)); | 713 | EMACS_INT, EMACS_INT)); |