changeset 18181:1d91f0e4ff7d

(Vdefault_process_coding_system): Extern it.
author Kenichi Handa <handa@m17n.org>
date Mon, 09 Jun 1997 12:59:20 +0000
parents 5f4c4da24e75
children 967f92654591
files src/coding.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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