]> git.eshelyaron.com Git - emacs.git/commitdiff
(encode_terminal_code): Don't make it "static".
authorKenichi Handa <handa@m17n.org>
Wed, 1 Dec 2004 10:48:52 +0000 (10:48 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 1 Dec 2004 10:48:52 +0000 (10:48 +0000)
src/term.c

index 7654b64bbe5e48d2ca688b75552526056eb13832..c40197337d8634889ec38212724804a57f480b74 100644 (file)
@@ -800,7 +800,7 @@ static int encode_terminal_bufsize;
    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;