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

Diff of /emacs/src/callproc.c

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

revision 1.174.4.1 by rms, Mon Nov 26 00:37:40 2001 UTC revision 1.174.4.2 by handa, Tue Jul 9 00:02:36 2002 UTC
# Line 786  If you quit, the process is killed with Line 786  If you quit, the process is killed with
786                  size = decoding_buffer_size (&process_coding, nread);                  size = decoding_buffer_size (&process_coding, nread);
787                  decoding_buf = (char *) xmalloc (size);                  decoding_buf = (char *) xmalloc (size);
788                                    
789                    if (process_coding.type == coding_type_undecided)
790                      {
791                        detect_coding (&process_coding, bufptr, nread);
792                        if (process_coding.composing != COMPOSITION_DISABLED)
793                          coding_allocate_composition_data (&process_coding, PT);
794                      }
795                  if (process_coding.cmp_data)                  if (process_coding.cmp_data)
796                    process_coding.cmp_data->char_offset = PT;                    process_coding.cmp_data->char_offset = PT;
797                                    

Legend:
Removed from v.1.174.4.1  
changed lines
  Added in v.1.174.4.2

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