aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h
index 573632abb9b..ef464caeadc 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -746,9 +746,6 @@ extern int inherit_process_coding_system;
746 terminal coding system is nil. */ 746 terminal coding system is nil. */
747extern struct coding_system safe_terminal_coding; 747extern struct coding_system safe_terminal_coding;
748 748
749/* Default coding system to be used to write a file. */
750extern struct coding_system default_buffer_file_coding;
751
752/* Default coding systems used for process I/O. */ 749/* Default coding systems used for process I/O. */
753extern Lisp_Object Vdefault_process_coding_system; 750extern Lisp_Object Vdefault_process_coding_system;
754 751