/[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.264 by fx, Sat Nov 9 12:49:31 2002 UTC revision 1.265 by handa, Fri Dec 13 02:35:51 2002 UTC
# Line 6569  to the string.  */) Line 6569  to the string.  */)
6569        if (NILP (current_buffer->enable_multibyte_characters))        if (NILP (current_buffer->enable_multibyte_characters))
6570          return Qnil;          return Qnil;
6571        p = CHAR_POS_ADDR (from);        p = CHAR_POS_ADDR (from);
6572        pend = CHAR_POS_ADDR (to);        if (to == GPT)
6573            pend = GPT_ADDR;
6574          else
6575            pend = CHAR_POS_ADDR (to);
6576      }      }
6577    else    else
6578      {      {

Legend:
Removed from v.1.264  
changed lines
  Added in v.1.265

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