Mercurial > emacs
changeset 51231:b020f1a52615
(find_safe_codings): Remove unused var `i'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 25 May 2003 17:41:21 +0000 |
parents | 1e9eeff3616b |
children | 07dc24e888c8 |
files | src/coding.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Sun May 25 17:40:52 2003 +0000 +++ b/src/coding.c Sun May 25 17:41:21 2003 +0000 @@ -1,5 +1,5 @@ /* Coding system handler (conversion, detection, and etc). - Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN. + 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,7 +6433,7 @@ Lisp_Object safe_codings, work_table; int *single_byte_char_found; { - int c, len, i; + int c, len; Lisp_Object val, ch; Lisp_Object prev, tail;