Minor tweaks to frame_size_history_add
commit61320cc95ca14ec282bb73307e9006fb1d6e7e80
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Feb 2015 18:52:05 +0000 (8 10:52 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Feb 2015 18:52:37 +0000 (8 10:52 -0800)
treeae387f1722f9072ab01a38e3106deb247db5c82a
parentdd2aa937d68390755d0b042a81560211aa138406
Minor tweaks to frame_size_history_add

* frame.c (frame_size_history_add): Don't assume length fits in 'int'.
Prefer XCAR and XCDR to Fcar and Fcdr when the arg is a cons.
(Fframe_after_make_frame): Simplify.
* gtkutil.c: Remove commented-out code.
* xfns.c (Fx_create_frame): Fix indenting.
src/ChangeLog
src/frame.c
src/gtkutil.c
src/xfns.c