emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-start.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el
Date: Fri, 09 Sep 2005 12:24:25 -0400

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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]