comparison src/mule-coding.h @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents fe104dbd9147
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
223 223
224 extern Lisp_Object Qbuffer_file_coding_system, Qcoding_system_error; 224 extern Lisp_Object Qbuffer_file_coding_system, Qcoding_system_error;
225 225
226 extern Lisp_Object Vkeyboard_coding_system; 226 extern Lisp_Object Vkeyboard_coding_system;
227 extern Lisp_Object Vterminal_coding_system; 227 extern Lisp_Object Vterminal_coding_system;
228 extern Lisp_Object Vprocess_input_coding_system; 228 extern Lisp_Object Vcoding_system_for_read;
229 extern Lisp_Object Vprocess_output_coding_system; 229 extern Lisp_Object Vcoding_system_for_write;
230 extern Lisp_Object Vpathname_coding_system; 230 extern Lisp_Object Vpathname_coding_system;
231 231
232 extern Lisp_Object Qescape_quoted; 232 extern Lisp_Object Qescape_quoted;
233 233
234 /* Flags indicating current state while converting code. */ 234 /* Flags indicating current state while converting code. */