aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-03-21 00:36:12 +0000
committerKenichi Handa2000-03-21 00:36:12 +0000
commit9170cbcc18e1e71c5299f51c6de2eba3d1c0ed71 (patch)
treed50aaf1cb726b8c6c061907f394b540f6fe6f88a
parent9111d4b571b079d6fcd4f8be9dacb90321242f67 (diff)
downloademacs-9170cbcc18e1e71c5299f51c6de2eba3d1c0ed71.tar.gz
emacs-9170cbcc18e1e71c5299f51c6de2eba3d1c0ed71.zip
(mark_face_cache): Don't mark face->registry.
-rw-r--r--src/alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 32a537e5272..ba8b3ffd6ed 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3552,7 +3552,6 @@ mark_face_cache (c)
3552 { 3552 {
3553 for (j = 0; j < LFACE_VECTOR_SIZE; ++j) 3553 for (j = 0; j < LFACE_VECTOR_SIZE; ++j)
3554 mark_object (&face->lface[j]); 3554 mark_object (&face->lface[j]);
3555 mark_object (&face->registry);
3556 } 3555 }
3557 } 3556 }
3558 } 3557 }