Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f1ce3dcf
Commit
f1ce3dcf
authored
May 25, 2003
by
Stefan Monnier
Browse files
(find_safe_codings): Remove unused var `i'.
parent
3789dcdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/coding.c
src/coding.c
+2
-2
No files found.
src/coding.c
View file @
f1ce3dcf
/* Coding system handler (conversion, detection, and etc).
Copyright (C) 1995,
19
97,
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 @@ find_safe_codings (p, pend, safe_codings, work_table, single_byte_char_found)
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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment