aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorKenichi Handa2006-04-13 04:25:44 +0000
committerKenichi Handa2006-04-13 04:25:44 +0000
commit2b89a53fc49171ca0cbbfe66c71e629840417655 (patch)
tree7947ee020428f85eb99ec70c0fc9852575f829a2 /src/coding.c
parent12c83f528cc92d786663ae702c20a549dc45e83b (diff)
downloademacs-2b89a53fc49171ca0cbbfe66c71e629840417655.tar.gz
emacs-2b89a53fc49171ca0cbbfe66c71e629840417655.zip
(setup_coding_system): Fix previous change.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 3ffc976079c..51e76e51b71 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -3621,7 +3621,7 @@ setup_coding_system (coding_system, coding)
3621 = CODING_REQUIRE_DECODING_MASK | CODING_REQUIRE_ENCODING_MASK; 3621 = CODING_REQUIRE_DECODING_MASK | CODING_REQUIRE_ENCODING_MASK;
3622 } 3622 }
3623 else 3623 else
3624 coding->eol_type = system_eol_type; 3624 coding->eol_type = CODING_EOL_LF;
3625 3625
3626 coding_type = XVECTOR (coding_spec)->contents[0]; 3626 coding_type = XVECTOR (coding_spec)->contents[0];
3627 /* Try short cut. */ 3627 /* Try short cut. */