]> git.eshelyaron.com Git - emacs.git/commitdiff
* term.c (encode_terminal_code): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 17:30:15 +0000 (09:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 17:30:15 +0000 (09:30 -0800)
src/ChangeLog
src/term.c

index 477e74483e66d16df88cd43a647b425ae121b73e..325822a29a2b533c445eddb2ab11c9d754c8d73d 100644 (file)
@@ -85,6 +85,8 @@
        * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
        deduce are never used uninitialized.
 
+       * term.c (encode_terminal_code): Now static.
+
 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06
index f082bb40e89d4a953afb823735f29dd8ff4746c9..873ffaba2993f709dc30311419f42ab640bab200 100644 (file)
@@ -512,7 +512,7 @@ static int encode_terminal_dst_size;
    Set CODING->produced to the byte-length of the resulting byte
    sequence, and return a pointer to that byte sequence.  */
 
-unsigned char *
+static unsigned char *
 encode_terminal_code (struct glyph *src, int src_len, struct coding_system *coding)
 {
   struct glyph *src_end = src + src_len;