/[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.3 by handa, Tue Apr 9 07:42:06 2002 UTC revision 1.439.2.4 by handa, Tue May 7 04:51:06 2002 UTC
# Line 3802  actually used.  */) Line 3802  actually used.  */)
3802                args[2] = visit, args[3] = beg, args[4] = end, args[5] = replace;                args[2] = visit, args[3] = beg, args[4] = end, args[5] = replace;
3803                coding_systems = Ffind_operation_coding_system (6, args);                coding_systems = Ffind_operation_coding_system (6, args);
3804                if (CONSP (coding_systems))                if (CONSP (coding_systems))
3805                  val = XCAR (coding_systems);                  coding_system = XCAR (coding_systems);
3806              }              }
3807          }          }
3808    
# Line 4412  actually used.  */) Line 4412  actually used.  */)
4412          current_buffer->enable_multibyte_characters = Qnil;          current_buffer->enable_multibyte_characters = Qnil;
4413      }      }
4414    
4415    if ((CODING_REQUIRE_DETECTION (&coding)    if ((! NILP (current_buffer->enable_multibyte_characters)
4416           || CODING_REQUIRE_DETECTION (&coding)
4417         || CODING_REQUIRE_DECODING (&coding))         || CODING_REQUIRE_DECODING (&coding))
4418        && (inserted > 0 || CODING_REQUIRE_FLUSHING (&coding)))        && (inserted > 0 || CODING_REQUIRE_FLUSHING (&coding)))
4419      {      {

Legend:
Removed from v.1.439.2.3  
changed lines
  Added in v.1.439.2.4

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