Index: emacs/lisp/cus-start.el
diff -c emacs/lisp/cus-start.el:1.82 emacs/lisp/cus-start.el:1.83
*** emacs/lisp/cus-start.el:1.82 Fri Sep 9 16:21:23 2005
--- emacs/lisp/cus-start.el Fri Sep 9 16:24:25 2005
***************
*** 367,373 ****
(eq system-type 'windows-nt))
((string-match "\\`x-.*gtk" (symbol-name symbol))
(or (boundp 'gtk)
! (and (display-graphic-p)
(not (eq system-type 'windows-nt)))))
((string-match "\\`x-" (symbol-name symbol))
(fboundp 'x-create-frame))
--- 367,374 ----
(eq system-type 'windows-nt))
((string-match "\\`x-.*gtk" (symbol-name symbol))
(or (boundp 'gtk)
! (and window-system
! (not (eq window-system 'pc))
(not (eq system-type 'windows-nt)))))
((string-match "\\`x-" (symbol-name symbol))
(fboundp 'x-create-frame))
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs