diff options
| author | Paul Eggert | 2011-04-16 08:38:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 08:38:15 -0700 |
| commit | eef9bc799ad1f9c0df0cc23669496d9fbcc326ca (patch) | |
| tree | ed3978d0a16e26381f7ec50727c2b419a876bec3 /src/ChangeLog | |
| parent | 098db9dd8b385f13ab74a37046a4cd98c8b314d6 (diff) | |
| download | emacs-eef9bc799ad1f9c0df0cc23669496d9fbcc326ca.tar.gz emacs-eef9bc799ad1f9c0df0cc23669496d9fbcc326ca.zip | |
* xmenu.c (xmenu_show): Don't use uninitialized vars.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c009a8fadee..9a429af4b9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xmenu.c (xmenu_show): Don't use uninitialized vars. | ||
| 4 | |||
| 3 | * xterm.c: Fix problems found by static analysis with other toolkits. | 5 | * xterm.c: Fix problems found by static analysis with other toolkits. |
| 4 | (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT. | 6 | (toolkit_scroll_bar_interaction): Define and use only if USE_X_TOOLKIT. |
| 5 | (x_dispatch_event): Declare static only if !USE_GTK && USE_X_TOOLKIT. | 7 | (x_dispatch_event): Declare static only if !USE_GTK && USE_X_TOOLKIT. |