* termhooks.h (TSET): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 00:07:52 +0000 (17:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 00:07:52 +0000 (17:07 -0700)
commit3f22b86fc7d9b66ff3e332b9a56350e93ddbd0aa
treecbdad3a66ebab38dba4f41ec3ad861252618b4fd
parent15dbb4d6ba5dea7d3e0f45ab3fd038c2b305a145
* termhooks.h (TSET): Remove.

Replace all uses with calls to new setter functions.
Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
(TERMHOOKS_INLINE): New macro.
(tset_charset_list, tset_selection_alist): New setter functions.
* terminal.c (TERMHOOKS_INLINE):
Define to EXTERN_INLINE, so that the corresponding functions
are compiled into code.
(tset_param_alist): New setter function.

Fixes: debbugs:12215
src/ChangeLog
src/coding.c
src/termhooks.h
src/terminal.c
src/xselect.c