diff options
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 749f1baf590..a90b5f6e247 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 | * keyboard.c: Declare functions static if they are not used elsewhere. | ||
| 4 | (echo_char, echo_dash, cmd_error, top_level_2): | ||
| 5 | (poll_for_input, handle_async_input): Now static. | ||
| 6 | |||
| 3 | * keyboard.h (make_ctrl_char): New decl. | 7 | * keyboard.h (make_ctrl_char): New decl. |
| 4 | 8 | ||
| 5 | * lisp.h (force_auto_save_soon): New decl. | 9 | * lisp.h (force_auto_save_soon): New decl. |