Move _text() functions from keymap-dump to text.c
authorRan Benita <ran234@gmail.com>
Thu, 18 Oct 2012 21:08:10 +0000 (23:08 +0200)
committerRan Benita <ran234@gmail.com>
Thu, 18 Oct 2012 21:12:24 +0000 (23:12 +0200)
commitbb82759c90ec99aba595315c3cf36517bbc5f9c2
tree7f4403e5ae0617d2ca3a5740c2f46c700a3bbada
parente6946ae2c59a878e838fe777b50dad695b63e6bb
Move _text() functions from keymap-dump to text.c

And make them use context_get_buffer() instead of using a static char
array.

This was the last non-thread-safe piece we had, as far as I can tell.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/keymap-dump.c
src/text.c
src/text.h