[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 41596bd7110 3/4: * src/keyboard.c (lispy_function_keys): Define a
From: |
Po Lu |
Subject: |
master 41596bd7110 3/4: * src/keyboard.c (lispy_function_keys): Define as static on Android. |
Date: |
Sat, 11 May 2024 22:40:40 -0400 (EDT) |
branch: master
commit 41596bd7110eac11d1309b9d5a40f86d92b7ff85
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
* src/keyboard.c (lispy_function_keys): Define as static on Android.
---
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. */