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
deefb1ef
Commit
deefb1ef
authored
Jan 02, 2001
by
Eli Zaretskii
Browse files
(encode_terminal_code): Remove unused variable `c'.
parent
3a57e866
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/term.c
src/term.c
+0
-1
No files found.
src/term.c
View file @
deefb1ef
...
...
@@ -958,7 +958,6 @@ encode_terminal_code (src, dst, src_len, dst_len, consumed)
struct
glyph
*
src_start
=
src
,
*
src_end
=
src
+
src_len
;
unsigned
char
*
dst_start
=
dst
,
*
dst_end
=
dst
+
dst_len
;
register
GLYPH
g
;
unsigned
int
c
;
unsigned
char
workbuf
[
MAX_MULTIBYTE_LENGTH
],
*
buf
;
int
len
;
register
int
tlen
=
GLYPH_TABLE_LENGTH
;
...
...
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