/[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.446 by kfstorm, Tue May 28 09:03:22 2002 UTC revision 1.447 by rms, Tue May 28 20:25:46 2002 UTC
# Line 4827  This does code conversion according to t Line 4827  This does code conversion according to t
4827    count1 = specpdl_ptr - specpdl;    count1 = specpdl_ptr - specpdl;
4828    
4829    given_buffer = current_buffer;    given_buffer = current_buffer;
4830    annotations = build_annotations (start, end);  
4831    if (current_buffer != given_buffer)    if (!STRINGP (start))
4832      {      {
4833        XSETFASTINT (start, BEGV);        annotations = build_annotations (start, end);
4834        XSETFASTINT (end, ZV);  
4835          if (current_buffer != given_buffer)
4836            {
4837              XSETFASTINT (start, BEGV);
4838              XSETFASTINT (end, ZV);
4839            }
4840      }      }
4841    
4842    UNGCPRO;    UNGCPRO;
# Line 4847  This does code conversion according to t Line 4852  This does code conversion according to t
4852    Vlast_coding_system_used = coding.symbol;    Vlast_coding_system_used = coding.symbol;
4853    
4854    given_buffer = current_buffer;    given_buffer = current_buffer;
4855    annotations = build_annotations_2 (start, end,    if (! STRINGP (start))
                                      coding.pre_write_conversion, annotations);  
   if (current_buffer != given_buffer)  
4856      {      {
4857        XSETFASTINT (start, BEGV);        annotations = build_annotations_2 (start, end,
4858        XSETFASTINT (end, ZV);                                           coding.pre_write_conversion, annotations);
4859          if (current_buffer != given_buffer)
4860            {
4861              XSETFASTINT (start, BEGV);
4862              XSETFASTINT (end, ZV);
4863            }
4864      }      }
4865    
4866  #ifdef CLASH_DETECTION  #ifdef CLASH_DETECTION

Legend:
Removed from v.1.446  
changed lines
  Added in v.1.447

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