diff options
| author | Po Lu | 2024-05-12 10:18:02 +0800 |
|---|---|---|
| committer | Po Lu | 2024-05-12 10:18:02 +0800 |
| commit | 41596bd7110eac11d1309b9d5a40f86d92b7ff85 (patch) | |
| tree | a500f239f1d5a529e4031bcd34cf5378fa77f4f2 /src | |
| parent | 15fd1e2cb66884a61a84ce10a69b436e7b00772c (diff) | |
| download | emacs-41596bd7110eac11d1309b9d5a40f86d92b7ff85.tar.gz emacs-41596bd7110eac11d1309b9d5a40f86d92b7ff85.zip | |
* src/keyboard.c (lispy_function_keys): Define as static on Android.
Diffstat (limited to 'src')
| -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 2995b3f906c..dff86bbca13 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -5022,7 +5022,7 @@ static const char *const lispy_accent_keys[] = | |||
| 5022 | merely abstruse terminology for the ``select'' key frequently | 5022 | merely abstruse terminology for the ``select'' key frequently |
| 5023 | located in certain physical keyboards. */ | 5023 | located in certain physical keyboards. */ |
| 5024 | 5024 | ||
| 5025 | const char *const lispy_function_keys[] = | 5025 | static const char *const lispy_function_keys[] = |
| 5026 | { | 5026 | { |
| 5027 | /* All elements in this array default to 0, except for the few | 5027 | /* All elements in this array default to 0, except for the few |
| 5028 | function keys that Emacs recognizes. */ | 5028 | function keys that Emacs recognizes. */ |