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) frame_size_history_add (f, Qset_frame_size, FRAME_TEXT_WIDTH (f), FRAME_TEXT_HEIGHT (f), - list2 (make_fixnum (ew->core.width), make_fixnum (ew->core.height))); + list2i (ew->core.width, ew->core.height)); } static void |