]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_file_contents) [DOS_NT]: Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 9 Oct 2003 23:19:34 +0000 (23:19 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 9 Oct 2003 23:19:34 +0000 (23:19 +0000)
src/fileio.c

index 69893a4192f1e58993c5d6fbbaa8fcdaa5018942..17fcad23e4e7b2afcd13516a1f701004e05ad4ca 100644 (file)
@@ -4521,7 +4521,7 @@ actually used.  */)
   /* Use the conversion type to determine buffer-file-type
      (find-buffer-file-type is now used to help determine the
      conversion).  */
-  if ((EQ (CODING_ID_EOL_TYPE (coding.id), Qundecided)
+  if ((VECTORP (CODING_ID_EOL_TYPE (coding.id))
        || EQ (CODING_ID_EOL_TYPE (coding.id), Qunix))
       && ! CODING_REQUIRE_DECODING (&coding))
     current_buffer->buffer_file_type = Qt;