/[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.267 by handa, Fri Jan 31 04:03:07 2003 UTC revision 1.268 by lektu, Tue Feb 4 14:03:12 2003 UTC
# Line 6514  find_safe_codings_2 (p, pend, safe_codin Line 6514  find_safe_codings_2 (p, pend, safe_codin
6514    int c, len, i;    int c, len, i;
6515    Lisp_Object val, ch;    Lisp_Object val, ch;
6516    Lisp_Object prev, tail;    Lisp_Object prev, tail;
6517      
6518    while (p < pend)    while (p < pend)
6519      {      {
6520        c = STRING_CHAR_AND_LENGTH (p, pend - p, len);        c = STRING_CHAR_AND_LENGTH (p, pend - p, len);
# Line 6635  DEFUN ("find-coding-systems-region-inter Line 6635  DEFUN ("find-coding-systems-region-inter
6635        else        else
6636          /* ... and append generic coding systems.  */          /* ... and append generic coding systems.  */
6637          val = Fcopy_sequence (XCAR (Vcoding_system_safe_chars));          val = Fcopy_sequence (XCAR (Vcoding_system_safe_chars));
6638          
6639        for (; CONSP (safe_codings); safe_codings = XCDR (safe_codings))        for (; CONSP (safe_codings); safe_codings = XCDR (safe_codings))
6640          val = Fcons (XCAR (XCAR (safe_codings)), val);          val = Fcons (XCAR (XCAR (safe_codings)), val);
6641        safe_codings = val;        safe_codings = val;

Legend:
Removed from v.1.267  
changed lines
  Added in v.1.268

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