aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-08 09:31:51 -0800
committerPaul Eggert2011-03-08 09:31:51 -0800
commit75f8807fe6cc437f58845ec21621614d1dbb7f36 (patch)
treeb3d54365979107ee7e3414fbf5a36323a12209a8 /src/ChangeLog
parent72abad34056c26fce75f8ece4b66ce386f2d0725 (diff)
downloademacs-75f8807fe6cc437f58845ec21621614d1dbb7f36.tar.gz
emacs-75f8807fe6cc437f58845ec21621614d1dbb7f36.zip
* term.c (encode_terminal_code): Remove unused local
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 325822a29a2..107d7d663da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -85,7 +85,7 @@
85 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not 85 * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
86 deduce are never used uninitialized. 86 deduce are never used uninitialized.
87 87
88 * term.c (encode_terminal_code): Now static. 88 * term.c (encode_terminal_code): Now static. Remove unused local.
89 89
902011-03-06 Chong Yidong <cyd@stupidchicken.com> 902011-03-06 Chong Yidong <cyd@stupidchicken.com>
91 91