diff options
| author | Miles Bader | 2007-10-12 21:06:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-12 21:06:27 +0000 |
| commit | 985773c9038f9847f9e7362f3b5fb0c8acac13a2 (patch) | |
| tree | 12d10cb76729ccbdc5ace4688d15f83894a70cc9 /src/coding.h | |
| parent | 47632e43ca42e26da139289f1e0f4f69e8c140fd (diff) | |
| download | emacs-985773c9038f9847f9e7362f3b5fb0c8acac13a2.tar.gz emacs-985773c9038f9847f9e7362f3b5fb0c8acac13a2.zip | |
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.h | 3 |
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. */ |
| 747 | extern struct coding_system safe_terminal_coding; | 747 | extern struct coding_system safe_terminal_coding; |
| 748 | 748 | ||
| 749 | /* Default coding system to be used to write a file. */ | ||
| 750 | extern 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. */ |
| 753 | extern Lisp_Object Vdefault_process_coding_system; | 750 | extern Lisp_Object Vdefault_process_coding_system; |
| 754 | 751 | ||