aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index afa78184179..05b6abe97b3 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2694,7 +2694,7 @@ read_char (int commandflag, int nmaps, Lisp_Object *maps, Lisp_Object prev_event
2694 2694
2695 if (NILP (c)) 2695 if (NILP (c))
2696 { 2696 {
2697 KBOARD *kb; 2697 KBOARD *kb IF_LINT (= NULL);
2698 2698
2699 if (end_time) 2699 if (end_time)
2700 { 2700 {