From: Stefan Monnier Date: Wed, 11 Nov 2009 19:01:10 +0000 (+0000) Subject: (face-set-after-frame-default): Add comment. X-Git-Tag: emacs-pretest-23.1.90~483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ada8f7929e00d920b278813441d141f2265509d;p=emacs.git (face-set-after-frame-default): Add comment. --- 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.