diff options
Diffstat (limited to 'src/xfaces.c')
| -rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index f20073f6e47..9721df04cab 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -1848,7 +1848,7 @@ the WIDTH times as wide as FACE on FRAME. */) #define LFACEP(LFACE) \ (VECTORP (LFACE) \ - && XVECTOR_SIZE (LFACE) == LFACE_VECTOR_SIZE \ + && ASIZE (LFACE) == LFACE_VECTOR_SIZE \ && EQ (AREF (LFACE, 0), Qface)) #endif |
