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
fcc6f5cc
Commit
fcc6f5cc
authored
Mar 20, 2002
by
Jason Rumney
Browse files
(display-images-p): Do not explicitly check display type.
parent
3be38152
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
lisp/frame.el
lisp/frame.el
+1
-4
No files found.
lisp/frame.el
View file @
fcc6f5cc
...
...
@@ -946,10 +946,7 @@ DISPLAY can be a display name, a frame, or nil (meaning the selected
frame's display)."
(
and
(
display-graphic-p
display
)
(
fboundp
'image-mask-p
)
(
fboundp
'image-size
)
;; FIXME: this will need to be revisited when the Windows port
;; supports images.
(
not
(
eq
(
framep-on-display
display
)
'w32
))))
(
fboundp
'image-size
)))
(
defalias
'display-multi-frame-p
'display-graphic-p
)
(
defalias
'display-multi-font-p
'display-graphic-p
)
...
...
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