diff options
| author | Kenichi Handa | 1998-08-10 06:29:02 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-08-10 06:29:02 +0000 |
| commit | 0827f88d344862f67873988000a9558f332b257b (patch) | |
| tree | 7a513c0c0173dd56e415d02dd33992999675a07f /src/coding.h | |
| parent | ef38927ffd51a32f8142493f0e3abc547a2ad5d2 (diff) | |
| download | emacs-0827f88d344862f67873988000a9558f332b257b.tar.gz emacs-0827f88d344862f67873988000a9558f332b257b.zip | |
(default_buffer_file_coding): Extern it.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; | |||
| 572 | function `set-keyboard-coding-system'. */ | 572 | function `set-keyboard-coding-system'. */ |
| 573 | extern struct coding_system keyboard_coding; | 573 | extern struct coding_system keyboard_coding; |
| 574 | 574 | ||
| 575 | /* Default coding system to be used to write a file. */ | ||
| 576 | extern struct coding_system default_buffer_file_coding; | ||
| 577 | |||
| 575 | /* Default coding systems used for process I/O. */ | 578 | /* Default coding systems used for process I/O. */ |
| 576 | extern Lisp_Object Vdefault_process_coding_system; | 579 | extern Lisp_Object Vdefault_process_coding_system; |
| 577 | 580 | ||