aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJuanma Barranquero2013-06-24 18:06:47 +0200
committerJuanma Barranquero2013-06-24 18:06:47 +0200
commitae36ca55cd1656c43a048946c1dd3efe599bafd5 (patch)
treee3479fe664d81f2c217de72396c301d3caebc2c8 /lisp/faces.el
parentbdaa086b7769c48ea9813e283478d826a09762a4 (diff)
downloademacs-ae36ca55cd1656c43a048946c1dd3efe599bafd5.tar.gz
emacs-ae36ca55cd1656c43a048946c1dd3efe599bafd5.zip
lisp/faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com.
Fixes: debbugs:14705
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el1
1 files changed, 0 insertions, 1 deletions
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."
1627 "Reset the face attributes of FACE on FRAME according to its specs. 1627 "Reset the face attributes of FACE on FRAME according to its specs.
1628This applies the defface/custom spec first, then the custom theme specs, 1628This applies the defface/custom spec first, then the custom theme specs,
1629then the override spec." 1629then the override spec."
1630 (check-face face)
1631 (while (get face 'face-alias) 1630 (while (get face 'face-alias)
1632 (setq face (get face 'face-alias))) 1631 (setq face (get face 'face-alias)))
1633 (face-spec-reset-face face frame) 1632 (face-spec-reset-face face frame)