diff options
Diffstat (limited to 'src/w32inevt.c')
| -rw-r--r-- | src/w32inevt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c index 460565d61c5..54d958f1667 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -154,7 +154,7 @@ w32_kbd_mods_to_emacs (DWORD mods, WORD key) | |||
| 154 | if (mods & SCROLLLOCK_ON) | 154 | if (mods & SCROLLLOCK_ON) |
| 155 | retval |= w32_key_to_modifier (VK_SCROLL); | 155 | retval |= w32_key_to_modifier (VK_SCROLL); |
| 156 | 156 | ||
| 157 | /* Just in case someone wanted the original behaviour, make it | 157 | /* Just in case someone wanted the original behavior, make it |
| 158 | optional by setting w32-capslock-is-shiftlock to t. */ | 158 | optional by setting w32-capslock-is-shiftlock to t. */ |
| 159 | if (NILP (Vw32_capslock_is_shiftlock) | 159 | if (NILP (Vw32_capslock_is_shiftlock) |
| 160 | /* Keys that should _not_ be affected by CapsLock. */ | 160 | /* Keys that should _not_ be affected by CapsLock. */ |