comparison src/ChangeLog @ 66540:7b888ab5ef0b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Oct 2005 20:04:09 +0000
parents 69a4a0370a0b
children 60d77f0435af
comparison
equal deleted inserted replaced
66539:f9d0901bbb61 66540:7b888ab5ef0b
9 (move_elt_to_front): New function. 9 (move_elt_to_front): New function.
10 (display_mode_element): Use move_elt_to_front. 10 (display_mode_element): Use move_elt_to_front.
11 Don't bother munging text props on a null string. 11 Don't bother munging text props on a null string.
12 Delete obsolete elts from mode_line_proptrans_alist. 12 Delete obsolete elts from mode_line_proptrans_alist.
13 (decode_mode_spec): Test Vmemory_full, not spare_memory. 13 (decode_mode_spec): Test Vmemory_full, not spare_memory.
14 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
14 15
15 * lisp.h (memory_full_cons_threshold): Declared. 16 * lisp.h (memory_full_cons_threshold): Declared.
16 (internal_lisp_condition_case): Declared. 17 (internal_lisp_condition_case): Declared.
17 18
18 * alloc.c (syms_of_alloc) <memory-full>: Doc fix. 19 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.