diff options
| author | Paul Eggert | 2011-03-14 08:28:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 08:28:09 -0700 |
| commit | c8a06054fc9dfb6dcb8c8a77a09657a10212cf4e (patch) | |
| tree | 73365e369959840aaeb504b26eb933558c50e2d0 /src/keyboard.c | |
| parent | 3ac946723de017fa8d2cf55510b3f0ff931f1237 (diff) | |
| download | emacs-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.c | 2 |
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 | { |