emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113157: lisp/faces.el (face-spec-recalc): Revert pa


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r113157: lisp/faces.el (face-spec-recalc): Revert part of revno:113147.
Date: Mon, 24 Jun 2013 16:06:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113157
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14705
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2013-06-24 18:06:47 +0200
message:
  lisp/faces.el (face-spec-recalc): Revert part of revno:113147.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/faces.el                  faces.el-20091113204419-o5vbwnq5f7feedwu-562
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-24 14:03:26 +0000
+++ b/lisp/ChangeLog    2013-06-24 16:06:47 +0000
@@ -1,3 +1,7 @@
+2013-06-24  Juanma Barranquero  <address@hidden>
+
+       * faces.el (face-spec-recalc): Revert part of revno:113147 (bug#14705).
+
 2013-06-24  Lars Magne Ingebrigtsen  <address@hidden>
 
        * net/shr.el (shr-browse-url): Use an external browser if given a

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2013-06-23 20:29:18 +0000
+++ b/lisp/faces.el     2013-06-24 16:06:47 +0000
@@ -1627,7 +1627,6 @@
   "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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]