1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(setup_coding_system): Fix previous change.

This commit is contained in:
Kenichi Handa 2006-04-13 04:25:44 +00:00
parent 12c83f528c
commit 2b89a53fc4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-04-13 Kenichi Handa <handa@m17n.org>
* coding.c (setup_coding_system): Fix previous change.
2006-04-13 Nick Roberts <nickrob@snap.net.nz>
* xdisp.c (note_mouse_highlight): Add help echo for dragging vertical

View File

@ -3621,7 +3621,7 @@ setup_coding_system (coding_system, coding)
= CODING_REQUIRE_DECODING_MASK | CODING_REQUIRE_ENCODING_MASK;
}
else
coding->eol_type = system_eol_type;
coding->eol_type = CODING_EOL_LF;
coding_type = XVECTOR (coding_spec)->contents[0];
/* Try short cut. */