/[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.280 by schwab, Sat May 24 20:11:55 2003 UTC revision 1.281 by monnier, Sun May 25 17:41:21 2003 UTC
# Line 1  Line 1 
1  /* Coding system handler (conversion, detection, and etc).  /* Coding system handler (conversion, detection, and etc).
2     Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN.     Copyright (C) 1995,97,1998,2002,2003  Electrotechnical Laboratory, JAPAN.
3     Licensed to the Free Software Foundation.     Licensed to the Free Software Foundation.
4     Copyright (C) 2001,2002,2003  Free Software Foundation, Inc.     Copyright (C) 2001,2002,2003  Free Software Foundation, Inc.
5    
# Line 6433  find_safe_codings (p, pend, safe_codings Line 6433  find_safe_codings (p, pend, safe_codings
6433       Lisp_Object safe_codings, work_table;       Lisp_Object safe_codings, work_table;
6434       int *single_byte_char_found;       int *single_byte_char_found;
6435  {  {
6436    int c, len, i;    int c, len;
6437    Lisp_Object val, ch;    Lisp_Object val, ch;
6438    Lisp_Object prev, tail;    Lisp_Object prev, tail;
6439    

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281

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