* keyboard.c (Qleft, Qright): Remove duplicate definitions.
commit918b5def3f68a99dfd6474afa20c56ab0df3fd09
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Oct 2014 23:18:31 +0000 (5 16:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Oct 2014 23:18:31 +0000 (5 16:18 -0700)
treec050f4920754069f4de54b203717841214f633da
parentd589d252238f18a1eeea0db545ebf43e3eaaa42f
* keyboard.c (Qleft, Qright): Remove duplicate definitions.

These were already defined in buffer.c, and the duplicate
definitions cause problems on platforms like 'gcc -fno-common'.
Reported by Peter Dyballa in: http://bugs.gnu.org/9927#137
src/ChangeLog
src/keyboard.c