aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa1998-08-10 06:29:02 +0000
committerKenichi Handa1998-08-10 06:29:02 +0000
commit0827f88d344862f67873988000a9558f332b257b (patch)
tree7a513c0c0173dd56e415d02dd33992999675a07f /src/coding.h
parentef38927ffd51a32f8142493f0e3abc547a2ad5d2 (diff)
downloademacs-0827f88d344862f67873988000a9558f332b257b.tar.gz
emacs-0827f88d344862f67873988000a9558f332b257b.zip
(default_buffer_file_coding): Extern it.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h3
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'. */
573extern struct coding_system keyboard_coding; 573extern struct coding_system keyboard_coding;
574 574
575/* Default coding system to be used to write a file. */
576extern 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. */
576extern Lisp_Object Vdefault_process_coding_system; 579extern Lisp_Object Vdefault_process_coding_system;
577 580