]> code.delx.au - gnu-emacs/blobdiff - lisp/frame.el
(dired-view-command-alist): New variable.
[gnu-emacs] / lisp / frame.el
index 05a6a80eb493ea86ef7646dfc998d39956e9a042..6716f3d26571f715d77c99f89d8659470b59c6ec 100644 (file)
@@ -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)