lisp/faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com.
Fixes: debbugs:14705
This commit is contained in:
parent
bdaa086b77
commit
ae36ca55cd
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue