From: Kenichi Handa Date: Mon, 10 Aug 1998 06:29:02 +0000 (+0000) Subject: (default_buffer_file_coding): Extern it. X-Git-Tag: emacs-20.3~101 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0827f88d344862f67873988000a9558f332b257b;p=emacs.git (default_buffer_file_coding): Extern it. --- diff --git a/src/coding.h b/src/coding.h index a9a54f85e3b..f1a950d8533 100644 --- a/src/coding.h +++ b/src/coding.h @@ -572,6 +572,9 @@ extern struct coding_system safe_terminal_coding; function `set-keyboard-coding-system'. */ extern struct coding_system keyboard_coding; +/* Default coding system to be used to write a file. */ +extern struct coding_system default_buffer_file_coding; + /* Default coding systems used for process I/O. */ extern Lisp_Object Vdefault_process_coding_system;