emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Sun, 25 May 2003 13:41:21 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.280 emacs/src/coding.c:1.281
*** emacs/src/coding.c:1.280    Sat May 24 16:11:55 2003
--- emacs/src/coding.c  Sun May 25 13:41:21 2003
***************
*** 1,5 ****
  /* Coding system handler (conversion, detection, and etc).
!    Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN.
     Licensed to the Free Software Foundation.
     Copyright (C) 2001,2002,2003  Free Software Foundation, Inc.
  
--- 1,5 ----
  /* Coding system handler (conversion, detection, and etc).
!    Copyright (C) 1995,97,1998,2002,2003  Electrotechnical Laboratory, JAPAN.
     Licensed to the Free Software Foundation.
     Copyright (C) 2001,2002,2003  Free Software Foundation, Inc.
  
***************
*** 6433,6439 ****
       Lisp_Object safe_codings, work_table;
       int *single_byte_char_found;
  {
!   int c, len, i;
    Lisp_Object val, ch;
    Lisp_Object prev, tail;
  
--- 6433,6439 ----
       Lisp_Object safe_codings, work_table;
       int *single_byte_char_found;
  {
!   int c, len;
    Lisp_Object val, ch;
    Lisp_Object prev, tail;
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]