From 6ada8f7929e00d920b278813441d141f2265509d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 11 Nov 2009 19:01:10 +0000 Subject: [PATCH] (face-set-after-frame-default): Add comment. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2