Mercurial > emacs
diff src/ChangeLog @ 86228:8e5b337fea59
* coding.c (detect_coding, Fupdate_coding_systems_internal):
* fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
Since we do not want to see internal Lisp_*fwd objects here.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 19 Nov 2007 07:40:51 +0000 |
parents | cecb01deb2a2 |
children | 0ec5ce87b9e0 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Nov 19 07:34:18 2007 +0000 +++ b/src/ChangeLog Mon Nov 19 07:40:51 2007 +0000 @@ -1,3 +1,9 @@ +2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca> + + * coding.c (detect_coding, Fupdate_coding_systems_internal): + * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE + Since we do not want to see internal Lisp_*fwd objects here. + 2007-11-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * sysdep.c (init_system_name): Use getaddrinfo if available.