comparison src/ChangeLog @ 86229:0ec5ce87b9e0

* data.c (store_symval_forwarding, set_internal): * eval.c (specbind): Remove dead code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 Nov 2007 07:42:25 +0000
parents 8e5b337fea59
children 79043dac5524
comparison
equal deleted inserted replaced
86228:8e5b337fea59 86229:0ec5ce87b9e0
1 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * data.c (store_symval_forwarding, set_internal):
4 * eval.c (specbind): Remove dead code.
2 5
3 * coding.c (detect_coding, Fupdate_coding_systems_internal): 6 * coding.c (detect_coding, Fupdate_coding_systems_internal):
4 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE 7 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
5 Since we do not want to see internal Lisp_*fwd objects here. 8 Since we do not want to see internal Lisp_*fwd objects here.
6 9