]> git.eshelyaron.com Git - emacs.git/commit
Avoid losing Ctrl-C keystrokes in compilation mode on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Sep 2017 17:33:40 +0000 (20:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 5 Sep 2017 17:33:40 +0000 (20:33 +0300)
commit25a49f64963d1c2a392ebaa66676042b55e0e3c1
tree92a1470e48e900c3f5907a3fb86e2d66bbcc2a61
parent4eae60395c6270ed69b0d311e68382d2c723cb9a
Avoid losing Ctrl-C keystrokes in compilation mode on MS-Windows

* src/w32proc.c (sys_kill): Preserve the up/down state of the
Ctrl key across the simulated Ctrl-C keystroke.  (Bug#28348)
src/w32proc.c