aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-13 22:55:38 -0700
committerPaul Eggert2011-03-13 22:55:38 -0700
commitda2f2dd9c2fac1bb1e3d5e5c4a3b38cad3c20ad5 (patch)
tree98665220d0ec9e3934973b51401cf0b9ebd780bd /src/ChangeLog
parent2f2650daaab043eb8f7fb16fd10575552a7cd378 (diff)
downloademacs-da2f2dd9c2fac1bb1e3d5e5c4a3b38cad3c20ad5.tar.gz
emacs-da2f2dd9c2fac1bb1e3d5e5c4a3b38cad3c20ad5.zip
* keyboard.h (mark_kboards): Move decl here ...
* alloc.c (mark_kboards): ... from here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a90b5f6e247..9cddd389b58 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,8 @@
5 (poll_for_input, handle_async_input): Now static. 5 (poll_for_input, handle_async_input): Now static.
6 6
7 * keyboard.h (make_ctrl_char): New decl. 7 * keyboard.h (make_ctrl_char): New decl.
8 (mark_kboards): Move decl here ...
9 * alloc.c (mark_kboards): ... from here.
8 10
9 * lisp.h (force_auto_save_soon): New decl. 11 * lisp.h (force_auto_save_soon): New decl.
10 12