* src/keyboard.c (lispy_function_keys): Define as static on Android.
This commit is contained in:
parent
15fd1e2cb6
commit
41596bd711
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue