aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorPaul Eggert2011-03-14 08:28:09 -0700
committerPaul Eggert2011-03-14 08:28:09 -0700
commitc8a06054fc9dfb6dcb8c8a77a09657a10212cf4e (patch)
tree73365e369959840aaeb504b26eb933558c50e2d0 /src/keyboard.c
parent3ac946723de017fa8d2cf55510b3f0ff931f1237 (diff)
downloademacs-c8a06054fc9dfb6dcb8c8a77a09657a10212cf4e.tar.gz
emacs-c8a06054fc9dfb6dcb8c8a77a09657a10212cf4e.zip
* keyboard.c (read_char): Mark local as initialized.
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 {