diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keymap.c b/src/keymap.c index abf934908cc..a612b0d5c6c 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -2989,6 +2989,8 @@ Keyboard translations:\n\n\ | |||
| 2989 | You type Translation\n\ | 2989 | You type Translation\n\ |
| 2990 | -------- -----------\n"; | 2990 | -------- -----------\n"; |
| 2991 | 2991 | ||
| 2992 | CHECK_BUFFER (buffer); | ||
| 2993 | |||
| 2992 | shadow = Qnil; | 2994 | shadow = Qnil; |
| 2993 | GCPRO1 (shadow); | 2995 | GCPRO1 (shadow); |
| 2994 | 2996 | ||