aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-10 17:41:48 -0700
committerPaul Eggert2011-09-10 17:41:48 -0700
commit6612f0bffdb752b729a2245bc8beeff1bf6858e3 (patch)
tree140acfb7c4808698a86f160ae6b5e3458160bde5 /src/ChangeLog
parente21bac426b787ac0f03c3a64341ec98995ea8262 (diff)
downloademacs-6612f0bffdb752b729a2245bc8beeff1bf6858e3.tar.gz
emacs-6612f0bffdb752b729a2245bc8beeff1bf6858e3.zip
* keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
here ... * lisp.h: ... from here. push_key_description is no longer defined in keyboard.c, so its declaration should not be in lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE logically belongs with push_key_description.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f7e029271e0..da0576fdb46 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2
3 * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
4 here ...
5 * lisp.h: ... from here. push_key_description is no longer
6 defined in keyboard.c, so its declaration should not be in
7 lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
8 logically belongs with push_key_description.
9
12011-09-10 Paul Eggert <eggert@cs.ucla.edu> 102011-09-10 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * buffer.h: Include <sys/types.h> instead of <time.h>. 12 * buffer.h: Include <sys/types.h> instead of <time.h>.