aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-15 21:55:25 +0000
committerRichard M. Stallman1994-04-15 21:55:25 +0000
commit4e0e7d8ec927372d44dcc116611bff0f07a1cdee (patch)
tree648fe8abd6af5906af6083e995640fe5a0bbf2ef /src
parent5aff8acbe6d89cb4ff545ed00dc4b28a202e89ef (diff)
downloademacs-4e0e7d8ec927372d44dcc116611bff0f07a1cdee.tar.gz
emacs-4e0e7d8ec927372d44dcc116611bff0f07a1cdee.zip
(syms_of_keyboard): Init and staticpro system_key_syms.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 282e1aeb258..108333e37e6 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -5810,6 +5810,9 @@ syms_of_keyboard ()
5810 func_key_syms = Qnil; 5810 func_key_syms = Qnil;
5811 staticpro (&func_key_syms); 5811 staticpro (&func_key_syms);
5812 5812
5813 system_key_syms = Qnil;
5814 staticpro (&system_key_syms);
5815
5813 mouse_syms = Qnil; 5816 mouse_syms = Qnil;
5814 staticpro (&mouse_syms); 5817 staticpro (&mouse_syms);
5815 5818