# HG changeset patch # User Kenichi Handa # Date 865861160 0 # Node ID 1d91f0e4ff7d1db06a2083a73ce2bd3d299fbefc # Parent 5f4c4da24e7578aecfe218777d49f42754c97650 (Vdefault_process_coding_system): Extern it. diff -r 5f4c4da24e75 -r 1d91f0e4ff7d src/coding.h --- 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