Mercurial > emacs
changeset 58701:24c51e9d8586
(encode_terminal_code): Don't make it "static".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 01 Dec 2004 10:48:52 +0000 |
parents | 222a7e1090c3 |
children | 3c68ccdf3583 |
files | src/term.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/term.c Wed Dec 01 10:48:38 2004 +0000 +++ b/src/term.c Wed Dec 01 10:48:52 2004 +0000 @@ -800,7 +800,7 @@ Set CODING->produced to the byte-length of the resulting byte sequence, and return a pointer to that byte sequence. */ -static unsigned char * +unsigned char * encode_terminal_code (src, src_len, coding) struct glyph *src; int src_len;