/[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.255 by handa, Sun Aug 11 01:06:42 2002 UTC revision 1.256 by gerd, Tue Aug 13 19:12:30 2002 UTC
# Line 6619  to the string.  */) Line 6619  to the string.  */)
6619        Lisp_Object args[2];        Lisp_Object args[2];
6620    
6621        args[0] = unencodable_char_position (safe_chars, from, p, GPT_ADDR, n);        args[0] = unencodable_char_position (safe_chars, from, p, GPT_ADDR, n);
6622        n -= Flength (args[0]);        n -= XINT (Flength (args[0]));
6623        if (n <= 0)        if (n <= 0)
6624          positions = args[0];          positions = args[0];
6625        else        else

Legend:
Removed from v.1.255  
changed lines
  Added in v.1.256

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