]> code.delx.au - gnu-emacs/commit
(handle_fontified_prop): Do nothing if memory full.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Oct 2005 19:44:25 +0000 (19:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Oct 2005 19:44:25 +0000 (19:44 +0000)
commitf5b8d5f2636a87337e5174ffcd3fe1e256d97e42
treedf73fdd956273379d574a7ef37be261a86db42d7
parenteb3fe1745cbce8b356d7d76027a8eea3f485879c
(handle_fontified_prop): Do nothing if memory full.
(format_mode_line_unwind_data): New arg SAVE_PROPTRANS
controls whether to save and restore mode_line_proptrans_alist.
Callers changed.
(unwind_format_mode_line): Work with that feature.
(redisplay_internal): Don't call prepare_menu_bars if memory full.
(move_elt_to_front): New function.
(display_mode_element): Use move_elt_to_front.
Don't bother munging text props on a null string.
Delete obsolete elts from mode_line_proptrans_alist.
(decode_mode_spec): Test Vmemory_full, not spare_memory.
src/ChangeLog
src/xdisp.c