aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorDmitry Antipov2012-06-01 07:41:03 +0400
committerDmitry Antipov2012-06-01 07:41:03 +0400
commitc98ff5dd439c0018b34a5e84f2a3ccc00ee444ef (patch)
treea8f1d45b19ca87d91dddfd67f1d3e29958d1766b /src/alloc.c
parentb691b884eeef2ecb8772ac121ab23136b9d9d0d2 (diff)
downloademacs-c98ff5dd439c0018b34a5e84f2a3ccc00ee444ef.tar.gz
emacs-c98ff5dd439c0018b34a5e84f2a3ccc00ee444ef.zip
For a 'struct window', replace some Lisp_Object fields to
bitfields where appropriate, remove unused fields. * window.h (struct window): Remove unused 'last_mark_x' and 'last_mark_y' fields. Rename 'mini_p' field to 'mini', change it's type from Lisp_Object to bitfield. Change type of 'force_start', 'optional_new_start', 'last_had_star', 'update_mode_line' and 'start_at_line_beg' fields from Lisp_Object to bitfield. Adjust users accordingly.
Diffstat (limited to 'src/alloc.c')
0 files changed, 0 insertions, 0 deletions