diff options
| author | Daniel Colascione | 2012-09-17 04:07:36 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2012-09-17 04:07:36 -0800 |
| commit | 2ab329f3b5d52a39f0a45c3d9c129f1c19560142 (patch) | |
| tree | 6dd6784d63e54cb18071df8e28fbdbc27d418728 /src/w32menu.c | |
| parent | f701ab72dd55460d23c8b029550aa4d7ecef3cfa (diff) | |
| parent | bb7dce392f6d9d5fc4b9d7de09ff920a52f07669 (diff) | |
| download | emacs-2ab329f3b5d52a39f0a45c3d9c129f1c19560142.tar.gz emacs-2ab329f3b5d52a39f0a45c3d9c129f1c19560142.zip | |
Merge from trunk
Diffstat (limited to 'src/w32menu.c')
| -rw-r--r-- | src/w32menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index 886fd55bbe9..4d820471f17 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -835,7 +835,7 @@ w32_menu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps, | |||
| 835 | else if (EQ (type, QCradio)) | 835 | else if (EQ (type, QCradio)) |
| 836 | wv->button_type = BUTTON_TYPE_RADIO; | 836 | wv->button_type = BUTTON_TYPE_RADIO; |
| 837 | else | 837 | else |
| 838 | abort (); | 838 | emacs_abort (); |
| 839 | 839 | ||
| 840 | wv->selected = !NILP (selected); | 840 | wv->selected = !NILP (selected); |
| 841 | 841 | ||