Mercurial > emacs
changeset 105954:d11f5e25913f
(face-set-after-frame-default): Add comment.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 11 Nov 2009 19:01:10 +0000 |
parents | 4983cc0bdcad |
children | 21f6a54627b6 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Wed Nov 11 14:55:35 2009 +0000 +++ b/lisp/faces.el Wed Nov 11 19:01:10 2009 +0000 @@ -2038,7 +2038,7 @@ 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.