diff options
| author | Kenichi Handa | 2004-12-01 10:48:52 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-12-01 10:48:52 +0000 |
| commit | 302db6997a1f41abc768caaaacffd9ca1ae9ea3e (patch) | |
| tree | 4c69144cab6a0393697cc2fec0e42d257ab17903 /src/term.c | |
| parent | 853895f64098ff1872dea2da99dea511e501f442 (diff) | |
| download | emacs-302db6997a1f41abc768caaaacffd9ca1ae9ea3e.tar.gz emacs-302db6997a1f41abc768caaaacffd9ca1ae9ea3e.zip | |
(encode_terminal_code): Don't make it "static".
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 7654b64bbe5..c40197337d8 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -800,7 +800,7 @@ static int encode_terminal_bufsize; | |||
| 800 | Set CODING->produced to the byte-length of the resulting byte | 800 | Set CODING->produced to the byte-length of the resulting byte |
| 801 | sequence, and return a pointer to that byte sequence. */ | 801 | sequence, and return a pointer to that byte sequence. */ |
| 802 | 802 | ||
| 803 | static unsigned char * | 803 | unsigned char * |
| 804 | encode_terminal_code (src, src_len, coding) | 804 | encode_terminal_code (src, src_len, coding) |
| 805 | struct glyph *src; | 805 | struct glyph *src; |
| 806 | int src_len; | 806 | int src_len; |