* src/keyboard.c (lispy_function_keys): Define as static on Android.

This commit is contained in:
Po Lu 2024-05-12 10:18:02 +08:00
parent 15fd1e2cb6
commit 41596bd711

View 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. */