diff options
| author | Paul Eggert | 2014-02-04 11:24:09 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-02-04 11:24:09 -0800 |
| commit | 8e5917ecb306bcf783ea2e432544ecd4e8ec3309 (patch) | |
| tree | 4aa4b60e62e98c7bae4b5ba622415456b6093e2a /src/ChangeLog | |
| parent | 08e41897364aecbfb4c275d3c3c0cd5acbd08cc9 (diff) | |
| download | emacs-8e5917ecb306bcf783ea2e432544ecd4e8ec3309.tar.gz emacs-8e5917ecb306bcf783ea2e432544ecd4e8ec3309.zip | |
* menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'.
It prompted a compile-time diagnostic on GNU/Linux.
Simplify to remove the need for the label.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5bba143826f..1ef4d9fc816 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-02-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * menu.c (Fx_popup_dialog): Remove label 'dialog_via_menu'. | ||
| 4 | It prompted a compile-time diagnostic on GNU/Linux. | ||
| 5 | Simplify to remove the need for the label. | ||
| 6 | |||
| 1 | 2014-02-04 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-02-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * w32menu.c (w32_popup_dialog): Don't condition the whole function | 9 | * w32menu.c (w32_popup_dialog): Don't condition the whole function |