* chartab.c (char_table_translate): Move to...
commitf298de5264c86bbb76ccec727779dabe16e6b9c3
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 8 Jul 2014 07:17:04 +0000 (8 11:17 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 8 Jul 2014 07:17:04 +0000 (8 11:17 +0400)
tree05c709251b6982c042f04498510111e0fa03b82e
parent12dc5429352223f7ba8314d2e16177036a762733
* chartab.c (char_table_translate): Move to...
* character.h (char_table_translate): ... inline function here.
Avoid Faref and assume that args are always valid.  This helps to
speedup search, which is especially important for a huge buffers.
* lisp.h (char_table_translate): Remove prototype.
src/ChangeLog
src/character.h
src/chartab.c
src/lisp.h