]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/keyboard.c (lispy_function_keys): Define as static on Android.
authorPo Lu <luangruo@yahoo.com>
Sun, 12 May 2024 02:18:02 +0000 (10:18 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 15:49:32 +0000 (17:49 +0200)
(cherry picked from commit 41596bd7110eac11d1309b9d5a40f86d92b7ff85)

src/keyboard.c

index 2995b3f906c3a0896e2a9fc0b5d1384a52968600..dff86bbca13c85d627e6b4e1e083cbae3f2e3921 100644 (file)
@@ -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.  */