From 2ab1a7c3a46cf30372acefd89e8f18a8f0afd9d9 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 12 May 2024 10:18:02 +0800 Subject: [PATCH] * src/keyboard.c (lispy_function_keys): Define as static on Android. (cherry picked from commit 41596bd7110eac11d1309b9d5a40f86d92b7ff85) --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = merely abstruse terminology for the ``select'' key frequently located in certain physical keyboards. */ -const char *const lispy_function_keys[] = +static const char *const lispy_function_keys[] = { /* All elements in this array default to 0, except for the few function keys that Emacs recognizes. */ -- 2.39.5