diff 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
line wrap: on
line diff
--- a/src/mule-coding.h	Mon Aug 13 09:24:19 2007 +0200
+++ b/src/mule-coding.h	Mon Aug 13 09:25:29 2007 +0200
@@ -225,8 +225,8 @@
 
 extern Lisp_Object Vkeyboard_coding_system;
 extern Lisp_Object Vterminal_coding_system;
-extern Lisp_Object Vprocess_input_coding_system;
-extern Lisp_Object Vprocess_output_coding_system;
+extern Lisp_Object Vcoding_system_for_read;
+extern Lisp_Object Vcoding_system_for_write;
 extern Lisp_Object Vpathname_coding_system;
 
 extern Lisp_Object Qescape_quoted;