summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-11-11 19:01:10 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-11-11 19:01:10 +0000
commit6ada8f7929e00d920b278813441d141f2265509d (patch)
tree26a92e8aa7de98b839e8bdf4eea372c59de7a6b8
parentbbe650fd153e66fa617bfaf5d3450755ea04f467 (diff)
downloademacs-6ada8f7929e00d920b278813441d141f2265509d.tar.gz
(face-set-after-frame-default): Add comment.
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index e117eb16751..1dff7d0547a 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2038,7 +2038,7 @@ Calculate the face definitions using the face specs, custom theme
settings, X resources, and `face-new-frame-defaults'.
Finally, apply any relevant face attributes found amongst the
frame parameters in PARAMETERS and `default-frame-alist'."
- (dolist (face (nreverse (face-list)))
+ (dolist (face (nreverse (face-list))) ;Why reverse? --Stef
(condition-case ()
(progn
;; Initialize faces from face spec and custom theme.