aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-14 08:53:19 -0700
committerPaul Eggert2011-03-14 08:53:19 -0700
commitc1141155bab3b9e7b7c7663329715d492bbbccb2 (patch)
tree5bd2d8e77159bef422fa0a594f72fb81547ec069 /src/ChangeLog
parentdbbb842771445b0376b95a48a4fae85f37420c62 (diff)
downloademacs-c1141155bab3b9e7b7c7663329715d492bbbccb2.tar.gz
emacs-c1141155bab3b9e7b7c7663329715d492bbbccb2.zip
* keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
(describe_map_tree): Rename locals to avoid shadowing.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b9e472e4e9..55fa10066ef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,9 @@
5 Now static. 5 Now static.
6 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily. 6 (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
7 (DENSE_TABLE_SIZE): Remove; unused. 7 (DENSE_TABLE_SIZE): Remove; unused.
8 (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):
9 (describe_map_tree):
10 Rename locals to avoid shadowing.
8 11
9 * keyboard.c: Declare functions static if they are not used elsewhere. 12 * keyboard.c: Declare functions static if they are not used elsewhere.
10 (echo_char, echo_dash, cmd_error, top_level_2): 13 (echo_char, echo_dash, cmd_error, top_level_2):