/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.492.2.3 by fx, Mon Sep 29 18:02:39 2003 UTC revision 1.492.2.4 by handa, Thu Oct 9 23:08:14 2003 UTC
# Line 4521  actually used.  */) Line 4521  actually used.  */)
4521    /* Use the conversion type to determine buffer-file-type    /* Use the conversion type to determine buffer-file-type
4522       (find-buffer-file-type is now used to help determine the       (find-buffer-file-type is now used to help determine the
4523       conversion).  */       conversion).  */
4524    if ((coding.eol_type == eol_type_undecided    if ((EQ (CODING_ID_EOL_TYPE (coding.id), Qundecided)
4525         || coding.eol_type == eol_type_lf)         || EQ (CODING_ID_EOL_TYPE (coding.id), Qunix))
4526        && ! CODING_REQUIRE_DECODING (&coding))        && ! CODING_REQUIRE_DECODING (&coding))
4527      current_buffer->buffer_file_type = Qt;      current_buffer->buffer_file_type = Qt;
4528    else    else

Legend:
Removed from v.1.492.2.3  
changed lines
  Added in v.1.492.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26