comparison src/xfaces.c @ 96428:51371c50583a

Fix typo in comments.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 30 Jun 2008 02:12:47 +0000
parents 1544b1dca916
children 7ac98f33f18c
comparison
equal deleted inserted replaced
96427:1544b1dca916 96428:51371c50583a
3962 lvec[i] = Qunspecified; 3962 lvec[i] = Qunspecified;
3963 else if (! UNSPECIFIEDP (gvec[i])) 3963 else if (! UNSPECIFIEDP (gvec[i]))
3964 lvec[i] = gvec[i]; 3964 lvec[i] = gvec[i];
3965 3965
3966 /* If the default face was changed, realize it again, and update the 3966 /* If the default face was changed, realize it again, and update the
3967 `font' face parameter. */ 3967 `font' frame parameter. */
3968 if (EQ (face, Qdefault)) 3968 if (EQ (face, Qdefault))
3969 { 3969 {
3970 struct face_cache *c = FRAME_FACE_CACHE (f); 3970 struct face_cache *c = FRAME_FACE_CACHE (f);
3971 struct face *newface, *oldface = FACE_FROM_ID (f, DEFAULT_FACE_ID); 3971 struct face *newface, *oldface = FACE_FROM_ID (f, DEFAULT_FACE_ID);
3972 Lisp_Object attrs[LFACE_VECTOR_SIZE]; 3972 Lisp_Object attrs[LFACE_VECTOR_SIZE];