]> git.eshelyaron.com Git - emacs.git/commit
Undo the effect of CapsLock when other modifiers are present
authorDima Kogan <dima@secretsauce.net>
Sat, 15 Oct 2016 14:18:40 +0000 (17:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Oct 2016 14:18:40 +0000 (17:18 +0300)
commita38096f8e2978a14f3bc8fa0dc3e0c9d0f753c3c
treed7577f27589e17386e097fea2c09d1057aa40908
parent07c0db4344072895726101e39eb92a26e1d2d3d1
Undo the effect of CapsLock when other modifiers are present

* src/keyboard.c (make_lispy_event): Effectively undo the effect
of CapsLock if any modifiers other than Shift are present in a key.
(Bug#24456)
src/keyboard.c