From: Juanma Barranquero Date: Mon, 24 Jun 2013 16:06:47 +0000 (+0200) Subject: lisp/faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail... X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1992^2~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae36ca55cd1656c43a048946c1dd3efe599bafd5;p=emacs.git lisp/faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com. Fixes: debbugs:14705 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a2086976e7..c55666a0cad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-06-24 Juanma Barranquero + + * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705). + 2013-06-24 Lars Magne Ingebrigtsen * net/shr.el (shr-browse-url): Use an external browser if given a diff --git a/lisp/faces.el b/lisp/faces.el index 65039c095e5..0a3f0551325 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1627,7 +1627,6 @@ the face's attributes on existing frames." "Reset the face attributes of FACE on FRAME according to its specs. This applies the defface/custom spec first, then the custom theme specs, then the override spec." - (check-face face) (while (get face 'face-alias) (setq face (get face 'face-alias))) (face-spec-reset-face face frame)