diff options
| author | Juanma Barranquero | 2013-06-24 18:06:47 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-06-24 18:06:47 +0200 |
| commit | ae36ca55cd1656c43a048946c1dd3efe599bafd5 (patch) | |
| tree | e3479fe664d81f2c217de72396c301d3caebc2c8 /lisp/faces.el | |
| parent | bdaa086b7769c48ea9813e283478d826a09762a4 (diff) | |
| download | emacs-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.el | 1 |
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. |
| 1628 | This applies the defface/custom spec first, then the custom theme specs, | 1628 | This applies the defface/custom spec first, then the custom theme specs, |
| 1629 | then the override spec." | 1629 | then 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) |