aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 05a6a80eb49..6716f3d2657 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -946,10 +946,7 @@ DISPLAY can be a display name, a frame, or nil (meaning the selected
946frame's display)." 946frame's display)."
947 (and (display-graphic-p display) 947 (and (display-graphic-p display)
948 (fboundp 'image-mask-p) 948 (fboundp 'image-mask-p)
949 (fboundp 'image-size) 949 (fboundp 'image-size)))
950 ;; FIXME: this will need to be revisited when the Windows port
951 ;; supports images.
952 (not (eq (framep-on-display display) 'w32))))
953 950
954(defalias 'display-multi-frame-p 'display-graphic-p) 951(defalias 'display-multi-frame-p 'display-graphic-p)
955(defalias 'display-multi-font-p 'display-graphic-p) 952(defalias 'display-multi-font-p 'display-graphic-p)