aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-14 14:37:03 +0000
committerChong Yidong2008-10-14 14:37:03 +0000
commitafb11cdc949d845bbad8e80a502eb0464ac5a065 (patch)
tree162c31f3f70ad2a1825c61ec1dfac20eb16783bc
parentc02f8646199e91035c9244b4f7f4fde1e85647ac (diff)
downloademacs-afb11cdc949d845bbad8e80a502eb0464ac5a065.tar.gz
emacs-afb11cdc949d845bbad8e80a502eb0464ac5a065.zip
(Finternal_set_lisp_face_attribute): Revert last change.
-rw-r--r--src/xfaces.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 196abe11dd7..11e2c3c10b7 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -3364,7 +3364,6 @@ FRAME 0 means change the face on all frames, and change the default
3364 the attribute is mandatory. Also, clear the average 3364 the attribute is mandatory. Also, clear the average
3365 width. */ 3365 width. */
3366 font_clear_prop (XVECTOR (lface)->contents, prop_index); 3366 font_clear_prop (XVECTOR (lface)->contents, prop_index);
3367 font_clear_prop (XVECTOR (lface)->contents, FONT_AVGWIDTH_INDEX);
3368 } 3367 }
3369 3368
3370 /* Changing a named face means that all realized faces depending on 3369 /* Changing a named face means that all realized faces depending on