aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keymap.c b/src/keymap.c
index dd126a9a8f3..00a182f52f0 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2992,6 +2992,8 @@ Keyboard translations:\n\n\
2992You type Translation\n\ 2992You type Translation\n\
2993-------- -----------\n"; 2993-------- -----------\n";
2994 2994
2995 CHECK_BUFFER (buffer);
2996
2995 shadow = Qnil; 2997 shadow = Qnil;
2996 GCPRO1 (shadow); 2998 GCPRO1 (shadow);
2997 2999