From: Kenichi Handa Date: Wed, 6 Aug 1997 01:09:16 +0000 (+0000) Subject: (detect_eol_type): Fix previous change. X-Git-Tag: emacs-20.1~765 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85a02ca454274f5db1d9755ff0f91c10d0057ee8;p=emacs.git (detect_eol_type): Fix previous change. --- diff --git a/src/coding.c b/src/coding.c index c3f4e19d615..7d5512d2e09 100644 --- a/src/coding.c +++ b/src/coding.c @@ -2739,7 +2739,7 @@ detect_eol_type (src, src_bytes) } } - return (total ? eol_type : CODING_EOL_UNDECIDED); + return eol_type; } /* Detect how end-of-line of a text of length SRC_BYTES pointed by SRC