/[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.439.2.1 by handa, Fri Mar 1 01:38:37 2002 UTC revision 1.439.2.2 by handa, Tue Mar 5 00:09:15 2002 UTC
# Line 3594  actually used.  */) Line 3594  actually used.  */)
3594    CHECK_STRING (filename);    CHECK_STRING (filename);
3595    filename = Fexpand_file_name (filename, Qnil);    filename = Fexpand_file_name (filename, Qnil);
3596    
3597      /* The value Qnil means that the coding system is not yet
3598         decided.  */
3599      coding_system = Qnil;
3600    
3601    /* If the file name has special constructs in it,    /* If the file name has special constructs in it,
3602       call the corresponding file handler.  */       call the corresponding file handler.  */
3603    handler = Ffind_file_name_handler (filename, Qinsert_file_contents);    handler = Ffind_file_name_handler (filename, Qinsert_file_contents);
# Line 3713  actually used.  */) Line 3717  actually used.  */)
3717          }          }
3718      }      }
3719    
   /* The value Qnil means that the coding system is not yet  
      decided.  */  
   coding_system = Qnil;  
3720    if (BEG < Z)    if (BEG < Z)
3721      {      {
3722        /* Decide the coding system to use for reading the file now        /* Decide the coding system to use for reading the file now
# Line 4405  actually used.  */) Line 4406  actually used.  */)
4406          current_buffer->enable_multibyte_characters = Qnil;          current_buffer->enable_multibyte_characters = Qnil;
4407      }      }
4408    
4409    if (CODING_REQUIRE_DETECTION (&coding)    if ((CODING_REQUIRE_DETECTION (&coding)
4410        || CODING_REQUIRE_DECODING (&coding))         || CODING_REQUIRE_DECODING (&coding))
4411          && (inserted > 0 || CODING_REQUIRE_FLUSHING (&coding)))
4412      {      {
4413        move_gap_both (PT, PT_BYTE);        move_gap_both (PT, PT_BYTE);
4414        GAP_SIZE += inserted;        GAP_SIZE += inserted;

Legend:
Removed from v.1.439.2.1  
changed lines
  Added in v.1.439.2.2

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