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
10ab7a51
Commit
10ab7a51
authored
Sep 08, 2000
by
Gerd Moellmann
Browse files
(face-spec-set): Only face-spec-reset-face when
ATTRS is non-nil.
parent
326cdd74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/faces.el
lisp/faces.el
+2
-1
No files found.
lisp/faces.el
View file @
10ab7a51
...
...
@@ -1174,7 +1174,8 @@ If FRAME is nil, the current FRAME is used."
FRAME is the frame whose frame-local face is set. FRAME nil means
do it on all frames. See `defface' for information about SPEC."
(
let
((
attrs
(
face-spec-choose
spec
frame
)))
(
face-spec-reset-face
face
frame
)
(
when
attrs
(
face-spec-reset-face
face
frame
))
(
while
attrs
(
let
((
attribute
(
car
attrs
))
(
value
(
car
(
cdr
attrs
))))
...
...
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