From b839cea074f1250298981182daf19c4b70a1b25e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 20 May 1994 05:32:26 +0000 Subject: [PATCH] (Fset_face_attribute_internal): Always return valid data. --- src/xfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfaces.c b/src/xfaces.c index 2484440f0d9..b2e2cc2d0d9 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -975,7 +975,7 @@ DEFUN ("set-face-attribute-internal", Fset_face_attribute_internal, error ("Face id out of range"); if (! FRAME_X_P (f)) - return; + return Qnil; ensure_face_ready (f, id); face = FRAME_PARAM_FACES (f) [XFASTINT (face_id)]; -- 2.39.5