* keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Sep 2011 00:41:48 +0000 (17:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Sep 2011 00:41:48 +0000 (17:41 -0700)
commit6612f0bffdb752b729a2245bc8beeff1bf6858e3
tree140acfb7c4808698a86f160ae6b5e3458160bde5
parente21bac426b787ac0f03c3a64341ec98995ea8262
* 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.
src/ChangeLog
src/keymap.h
src/lisp.h