Mercurial > emacs
changeset 22978:6535413fa872
(default_buffer_file_coding): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 10 Aug 1998 06:29:02 +0000 |
parents | 8682bf30d667 |
children | ceb8e4a89a32 |
files | src/coding.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Mon Aug 10 06:29:02 1998 +0000 +++ b/src/coding.h Mon Aug 10 06:29:02 1998 +0000 @@ -572,6 +572,9 @@ 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;