aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index c562ce3b592..c02295c7a27 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -4148,7 +4148,7 @@ FRAME 0 means change the face on all frames, and change the default
4148 } 4148 }
4149 else if (EQ (k, QCcolor)) 4149 else if (EQ (k, QCcolor))
4150 { 4150 {
4151 if (!STRINGP (v) || SCHARS (v) == 0) 4151 if (!NILP (v) && (!STRINGP (v) || SCHARS (v) == 0))
4152 break; 4152 break;
4153 } 4153 }
4154 else if (EQ (k, QCstyle)) 4154 else if (EQ (k, QCstyle))