diff options
| author | Gerd Möllmann | 2024-10-05 18:55:18 +0200 |
|---|---|---|
| committer | Gerd Möllmann | 2024-10-05 18:55:18 +0200 |
| commit | beb5b77123619758c1def6b9f227fa7568516775 (patch) | |
| tree | 809e025df6a48b10f3022558f23840a8def6cbec /src/keyboard.c | |
| parent | 069ecc9c4c3709246a6ff50d09af418444d427c3 (diff) | |
| download | emacs-tty-child-frames.tar.gz emacs-tty-child-frames.zip | |
Preview from my branch on githubtty-child-frames
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 |