diff src/coding.h @ 18181:1d91f0e4ff7d

(Vdefault_process_coding_system): Extern it.
author Kenichi Handa <handa@m17n.org>
date Mon, 09 Jun 1997 12:59:20 +0000
parents 9846609c4fd5
children 33e78cc7f058
line wrap: on
line diff
--- a/src/coding.h	Mon Jun 09 12:59:12 1997 +0000
+++ b/src/coding.h	Mon Jun 09 12:59:20 1997 +0000
@@ -425,7 +425,8 @@
    function `set-keyboard-coding-system'.  */
 extern struct coding_system keyboard_coding;
 
-extern Lisp_Object Vcoding_system_alist;
+/* Default coding systems used for process I/O.  */
+extern Lisp_Object Vdefault_process_coding_system;
 
 #endif