Mercurial > emacs
changeset 107100:0afb47d42c74
Credit Vivek Dasmohapatra for suggesting the last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 06 Feb 2010 08:29:05 -0500 |
parents | 6d6a455af77b |
children | 3b143add1364 a2c01839283b 8af8a20eebf0 |
files | src/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Feb 06 08:23:33 2010 -0500 +++ b/src/ChangeLog Sat Feb 06 08:29:05 2010 -0500 @@ -2,7 +2,7 @@ * charset.c (load_charset_map_from_file) (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA - instead of xmalloc (Bug#5526). + instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra. 2010-02-05 Chong Yidong <cyd@stupidchicken.com>