* keyboard.c (make_lispy_event): Avoid unnecessary tests
commitcd812613c83e2d22a697a9312f9406a99bd8ae7d
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Sep 2014 18:25:04 +0000 (24 11:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Sep 2014 18:25:04 +0000 (24 11:25 -0700)
tree625bf083661d6c8ee0c2be920815df91ae1ba5f5
parent558eb84ff964453495099918a9689e769eb57838
* keyboard.c (make_lispy_event): Avoid unnecessary tests

of bit 28 and of whether an unsigned value is negative.
This simplifies the code a bit, and pacifies clang 3.4.
src/ChangeLog
src/keyboard.c