]> git.eshelyaron.com Git - emacs.git/commitdiff
(face-set-after-frame-default): Add comment.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Nov 2009 19:01:10 +0000 (19:01 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Nov 2009 19:01:10 +0000 (19:01 +0000)
lisp/faces.el

index e117eb16751200abc9938c70482e957cf86231fe..1dff7d0547a9a021b4f5b610258b920d67218831 100644 (file)
@@ -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.