* keymap.c (map_keymap_internal): Use format_save_value.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 15 Jan 2013 10:14:31 +0000 (14:14 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 15 Jan 2013 10:14:31 +0000 (14:14 +0400)
commit3346c1d0a8e53bc883bf07d8c7d4fbd8d3d6a690
treef21145fa8837326e902cb9188027397d700baba9
parent2b30549c493d7b67fa92c2b4bcd2bd2e55210ae1
* keymap.c (map_keymap_internal): Use format_save_value.
(map_keymap_char_table_item): Adjust accordingly.
* fileio.c (non_regular_fd, non_regular_inserted)
(non_regular_nbytes): Remove.
(Finsert_file_contents): Convert trytry to ptrdiff_t.  Use
format_save_value to pass parameters to read_non_regular.
(read_non_regular): Use XSAVE_ macros to extract parameters.
Adjust comment.
* xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use
format_save_value.
(pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user.
src/ChangeLog
src/fileio.c
src/keymap.c
src/xmenu.c