aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-13 22:51:17 -0700
committerPaul Eggert2011-03-13 22:51:17 -0700
commit2f2650daaab043eb8f7fb16fd10575552a7cd378 (patch)
treefe2b9f3bb9de85d76f37f560979cf54a15c37640 /src/ChangeLog
parenta053e86cc52840a18124d78a63c720769e111ba3 (diff)
downloademacs-2f2650daaab043eb8f7fb16fd10575552a7cd378.tar.gz
emacs-2f2650daaab043eb8f7fb16fd10575552a7cd378.zip
* keyboard.c: Declare functions static if they are not used elsewhere.
(echo_char, echo_dash, cmd_error, top_level_2): (poll_for_input, handle_async_input): Now static.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
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 @@
12011-03-14 Paul Eggert <eggert@cs.ucla.edu> 12011-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.