diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 6d28dca9aeb..bfb5fd3592b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -5415,7 +5415,7 @@ static const char *const lispy_kana_keys[] = | |||
| 5415 | 5415 | ||
| 5416 | /* You'll notice that this table is arranged to be conveniently | 5416 | /* You'll notice that this table is arranged to be conveniently |
| 5417 | indexed by X Windows keysym values. */ | 5417 | indexed by X Windows keysym values. */ |
| 5418 | #ifdef HAVE_NS | 5418 | #if defined HAVE_NS || !defined HAVE_WINDOW_SYSTEM |
| 5419 | /* FIXME: Why are we using X11 keysym values for NS? */ | 5419 | /* FIXME: Why are we using X11 keysym values for NS? */ |
| 5420 | static | 5420 | static |
| 5421 | #endif | 5421 | #endif |