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 7923686eb50..9a34717b778 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -4687,7 +4687,7 @@ DEFUN ("internal-set-lisp-face-attribute-from-resource",
4687 if (SYMBOLP (boolean_value)) 4687 if (SYMBOLP (boolean_value))
4688 value = boolean_value; 4688 value = boolean_value;
4689 } 4689 }
4690 else if (EQ (attr, QCbox)) 4690 else if (EQ (attr, QCbox) || EQ (attr, QCinherit))
4691 value = Fcar (Fread_from_string (value, Qnil, Qnil)); 4691 value = Fcar (Fread_from_string (value, Qnil, Qnil));
4692 4692
4693 return Finternal_set_lisp_face_attribute (face, attr, value, frame); 4693 return Finternal_set_lisp_face_attribute (face, attr, value, frame);