Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b839cea0
Commit
b839cea0
authored
May 20, 1994
by
Richard M. Stallman
Browse files
(Fset_face_attribute_internal): Always return valid data.
parent
eb769fd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfaces.c
src/xfaces.c
+1
-1
No files found.
src/xfaces.c
View file @
b839cea0
...
...
@@ -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
)];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment