diff options
Diffstat (limited to 'src/widget.c')
| -rw-r--r-- | src/widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c index 9db33168a2a..c695bd5f305 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -282,7 +282,7 @@ set_frame_size (EmacsFrame ew) | |||
| 282 | 282 | ||
| 283 | frame_size_history_add | 283 | frame_size_history_add |
| 284 | (f, Qset_frame_size, FRAME_TEXT_WIDTH (f), FRAME_TEXT_HEIGHT (f), | 284 | (f, Qset_frame_size, FRAME_TEXT_WIDTH (f), FRAME_TEXT_HEIGHT (f), |
| 285 | list2 (make_fixnum (ew->core.width), make_fixnum (ew->core.height))); | 285 | list2i (ew->core.width, ew->core.height)); |
| 286 | } | 286 | } |
| 287 | 287 | ||
| 288 | static void | 288 | static void |