diff options
| author | Paul Eggert | 2011-03-14 08:32:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 08:32:56 -0700 |
| commit | 38fc62d95ae8078bedac4a99eb7ea8856f86032e (patch) | |
| tree | ae757245a0fa65c1096810df645d107a11540b13 /src/ChangeLog | |
| parent | c8a06054fc9dfb6dcb8c8a77a09657a10212cf4e (diff) | |
| download | emacs-38fc62d95ae8078bedac4a99eb7ea8856f86032e.tar.gz emacs-38fc62d95ae8078bedac4a99eb7ea8856f86032e.zip | |
* keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):
(copy_keymap_item, append_key, push_text_char_description):
Now static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 685ba3c7e9a..9f770df40ef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): | ||
| 4 | (copy_keymap_item, append_key, push_text_char_description): | ||
| 5 | Now static. | ||
| 6 | |||
| 3 | * keyboard.c: Declare functions static if they are not used elsewhere. | 7 | * keyboard.c: Declare functions static if they are not used elsewhere. |
| 4 | (echo_char, echo_dash, cmd_error, top_level_2): | 8 | (echo_char, echo_dash, cmd_error, top_level_2): |
| 5 | (poll_for_input, handle_async_input): Now static. | 9 | (poll_for_input, handle_async_input): Now static. |