> From: Richard Stallman <[EMAIL PROTECTED]> > Date: Tue, 29 Aug 2006 13:18:33 -0400 > Cc: [email protected] > > (let ((image-display-supported-p (memq window-system '(x w32 mac)))) > (if (and image-display-supported-p > (not (get-text-property (point-min) 'display))) > (image-toggle-display) > > I would suggest testing whether the selected frame can display an > image.
A.k.a. ``window-system considered harmful''. Please use display-images-p instead. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
