diff options
| author | Karl Heuer | 1994-04-12 00:50:00 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-12 00:50:00 +0000 |
| commit | f2ae6b3f54032701e5af2c6719310fbc8c002380 (patch) | |
| tree | 0bc8bc1e3729d7cad27bfec94e0ce197b241c3c0 /src | |
| parent | cb1068e5c66065ec13c8c87bd4f76eb850aca663 (diff) | |
| download | emacs-f2ae6b3f54032701e5af2c6719310fbc8c002380.tar.gz emacs-f2ae6b3f54032701e5af2c6719310fbc8c002380.zip | |
(make_lispy_event): Initialize item.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index c9eb36c03d3..be60d0f7cf8 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2508,6 +2508,7 @@ make_lispy_event (event) | |||
| 2508 | int hpos; | 2508 | int hpos; |
| 2509 | int i; | 2509 | int i; |
| 2510 | 2510 | ||
| 2511 | item = Qnil; | ||
| 2511 | items = FRAME_MENU_BAR_ITEMS (f); | 2512 | items = FRAME_MENU_BAR_ITEMS (f); |
| 2512 | for (i = 0; i < XVECTOR (items)->size; i += 3) | 2513 | for (i = 0; i < XVECTOR (items)->size; i += 3) |
| 2513 | { | 2514 | { |