1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 11:20:39 -08:00

Fix a typo in ChangeLog entry of last commit.

This commit is contained in:
Eli Zaretskii 2014-04-28 22:15:58 +03:00
parent bc6953b32f
commit 2cfb51ef2a

View file

@ -1,7 +1,7 @@
2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu> 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
* faces.el (face-spec-recalc): Apply X resources only after the * faces.el (face-spec-recalc): Apply X resources only after the
the defface spec has been applied. Thus, X resources are no longer defface spec has been applied. Thus, X resources are no longer
overriden by the defface spec which also fixes issues on win32 where overriden by the defface spec which also fixes issues on win32 where
the toolbar coloring was wrong because it is set through X resources the toolbar coloring was wrong because it is set through X resources
and was (wrongfully) overriden. (Bug#16694) and was (wrongfully) overriden. (Bug#16694)