]> git.eshelyaron.com Git - emacs.git/commitdiff
(shrink_decoding_region): Initialize eol_conversion.
authorDave Love <fx@gnu.org>
Fri, 26 May 2000 13:42:03 +0000 (13:42 +0000)
committerDave Love <fx@gnu.org>
Fri, 26 May 2000 13:42:03 +0000 (13:42 +0000)
src/coding.c

index 1da6a64bb45a6cedd80cd2dedfc39cb046074a9a..64d7e2afed10416277365c91c521702806da31c9 100644 (file)
@@ -4128,7 +4128,7 @@ shrink_decoding_region (beg, end, coding, str)
        if (!NILP (CHAR_TABLE_REF (translation_table, i)))
          break;
       if (i < 128)
-       /* Some ASCII character should be tranlsated.  We give up
+       /* Some ASCII character should be translated.  We give up
           shrinking.  */
        return;
     }
@@ -4149,6 +4149,9 @@ shrink_decoding_region (beg, end, coding, str)
       endp_orig = endp = begp + *end - *beg;
     }
 
+  eol_conversion = (coding->eol_type == CODING_EOL_CR
+                   || coding->eol_type == CODING_EOL_CRLF);
+
   switch (coding->type)
     {
     case coding_type_sjis: