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

Diff of /emacs/src/coding.c

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

revision 1.239.2.51 by handa, Wed May 28 11:36:37 2003 UTC revision 1.239.2.52 by handa, Thu May 29 02:18:56 2003 UTC
# Line 6157  make_conversion_work_buffer (multibytep, Line 6157  make_conversion_work_buffer (multibytep,
6157      {      {
6158        if (NILP (Vcode_conversion_reused_work_buf))        if (NILP (Vcode_conversion_reused_work_buf))
6159          Vcode_conversion_reused_work_buf          Vcode_conversion_reused_work_buf
6160            = Fget_buffer_create (build_string (" *code-conversion-work<0>*"));            = Fget_buffer_create (build_string (" *code-converting-work<0>*"));
6161        buf = Vcode_conversion_reused_work_buf;        buf = Vcode_conversion_reused_work_buf;
6162      }      }
6163    else    else
6164      {      {
6165        if (depth < 0)        if (depth < 0)
6166          {          {
6167            name = build_string (" *code-conversion-work*");            name = build_string (" *code-converting-work*");
6168            name = Fgenerate_new_buffer_name (name, Qnil);            name = Fgenerate_new_buffer_name (name, Qnil);
6169          }          }
6170        else        else
6171          {          {
6172            char str[128];            char str[128];
6173    
6174            sprintf (str, " *code-conversion-work*<%d>", depth);            sprintf (str, " *code-converting-work*<%d>", depth);
6175            name = build_string (str);            name = build_string (str);
6176          }          }
6177        buf = Fget_buffer_create (name);        buf = Fget_buffer_create (name);

Legend:
Removed from v.1.239.2.51  
changed lines
  Added in v.1.239.2.52

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