1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-01 02:31:23 -07:00

Fix last change.

This commit is contained in:
Eli Zaretskii 2005-09-09 16:24:25 +00:00
parent 6eb33acbd4
commit b948abc811

View file

@ -367,7 +367,8 @@ since it could result in memory overflow and make Emacs crash."
(eq system-type 'windows-nt))
((string-match "\\`x-.*gtk" (symbol-name symbol))
(or (boundp 'gtk)
(and (display-graphic-p)
(and window-system
(not (eq window-system 'pc))
(not (eq system-type 'windows-nt)))))
((string-match "\\`x-" (symbol-name symbol))
(fboundp 'x-create-frame))