From: Eli Zaretskii Date: Mon, 28 Apr 2014 19:15:58 +0000 (+0300) Subject: Fix a typo in ChangeLog entry of last commit. X-Git-Tag: emacs-24.3.91~82 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cfb51ef2a727a9479bb2af2f2d8773f86bae133;p=emacs.git Fix a typo in ChangeLog entry of last commit. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26516fd2cd3..bb23d634ac1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2014-04-27 Matthias Dahl * 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 the toolbar coloring was wrong because it is set through X resources and was (wrongfully) overriden. (Bug#16694)