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

Diff of /emacs/src/buffer.c

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

revision 1.412 by lektu, Tue Feb 4 14:03:11 2003 UTC revision 1.413 by handa, Mon Feb 10 07:43:03 2003 UTC
# Line 2288  but the contents viewed as characters do Line 2288  but the contents viewed as characters do
2288    if (!modified_p && !NILP (Fbuffer_modified_p (Qnil)))    if (!modified_p && !NILP (Fbuffer_modified_p (Qnil)))
2289      Fset_buffer_modified_p (Qnil);      Fset_buffer_modified_p (Qnil);
2290    
2291      /* Update coding systems of this buffer's process (if any).  */
2292      {
2293        Lisp_Object process;
2294    
2295        process = Fget_buffer_process (Fcurrent_buffer ());
2296        if (PROCESSP (process))
2297          setup_process_coding_systems (process);
2298      }
2299    
2300    return flag;    return flag;
2301  }  }
2302    

Legend:
Removed from v.1.412  
changed lines
  Added in v.1.413

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