summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-10-12 21:06:27 +0000
committerMiles Bader <miles@gnu.org>2007-10-12 21:06:27 +0000
commitf1228c950e569e615f4de8d5297a2b70af6d04a1 (patch)
tree95063228bde277633c8b5182bd9acdbee4e4280f /src/coding.h
parent62ce8ec7745f0ce12226fa3e5396089ecb2c47d4 (diff)
downloademacs-f1228c950e569e615f4de8d5297a2b70af6d04a1.tar.gz
Fix up multi-tty merge
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-261 Creator: Stefan Monnier <monnier@iro.umontreal.ca>
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;
terminal coding system is nil. */
extern struct coding_system safe_terminal_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;