]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail...
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 24 Jun 2013 16:06:47 +0000 (18:06 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 24 Jun 2013 16:06:47 +0000 (18:06 +0200)
Fixes: debbugs:14705
lisp/ChangeLog
lisp/faces.el

index 9a2086976e709880656c49f8598f545e2ed4de87..c55666a0cad1ee6a768b894451a0aba9d55480da 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
+
 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * net/shr.el (shr-browse-url): Use an external browser if given a
index 65039c095e51aae4b4f5a71bff7c179a24a10990..0a3f055132503ff257cf3eaa6fd34110bd828479 100644 (file)
@@ -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)