* xfaces.c (make_face_cache): For struct face_cache, prefer
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 30 Jul 2013 13:40:46 +0000 (17:40 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 30 Jul 2013 13:40:46 +0000 (17:40 +0400)
commitbee6a2c7dcc15d14961b2bc164ea91dfa178042d
tree7a675937fb58ceb26940ded984b72da8b7cbd615
parent39e8fb76d691d27b0aa8038216488d78f66121b7
* xfaces.c (make_face_cache): For struct face_cache, prefer
xmalloc to xzalloc and so avoid redundant call to memset.
(Finternal_set_lisp_face_attribute): Fix comment typo and style.
src/ChangeLog
src/xfaces.c