diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9f770df40ef..8efad3a59d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): | 3 | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): |
| 4 | (copy_keymap_item, append_key, push_text_char_description): | 4 | (copy_keymap_item, append_key, push_text_char_description): |
| 5 | Now static. | 5 | Now static. |
| 6 | (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily. | ||
| 6 | 7 | ||
| 7 | * keyboard.c: Declare functions static if they are not used elsewhere. | 8 | * keyboard.c: Declare functions static if they are not used elsewhere. |
| 8 | (echo_char, echo_dash, cmd_error, top_level_2): | 9 | (echo_char, echo_dash, cmd_error, top_level_2): |