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
448bcb40
Commit
448bcb40
authored
May 26, 2003
by
John Paul Wallington
Browse files
(x-create-frame-with-faces): Call `face-set-after-frame-default'.
(display-supports-face-attributes-p): Doc fix.
parent
8b926657
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lisp/faces.el
lisp/faces.el
+3
-4
No files found.
lisp/faces.el
View file @
448bcb40
...
...
@@ -1489,10 +1489,10 @@ with the default face for display, can be represented in a way that's
(1) different in appearance than the default face, and
(2) `close in spirit' to what the attributes specify, if not exact.
Point (2) implies that a `:weight black' attribute will be satis
i
fied by
Point (2) implies that a `:weight black' attribute will be satisfied by
any display that can display bold, and a `:foreground \"yellow\"' as long
as it can display a yellowish color, but `:slant italic' will _not_ be
satis
i
fied by the tty display code's automatic substitution of a `dim'
satisfied by the tty display code's automatic substitution of a `dim'
face for italic."
(
let
((
frame
(
if
(
framep
display
)
...
...
@@ -1657,8 +1657,7 @@ Value is the new frame created."
(
progn
(
x-handle-reverse-video
frame
parameters
)
(
frame-set-background-mode
frame
)
;; No need to call `face-set-after-frame-default'
;; since x-create-frame does that.
(
face-set-after-frame-default
frame
)
(
if
(
or
(
null
frame-list
)
(
null
visibility-spec
))
(
make-frame-visible
frame
)
(
modify-frame-parameters
frame
(
list
visibility-spec
)))
...
...
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