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: Mon, 13 Jun 2005 07:53:37 -0400

Index: emacs/lisp/cus-start.el
diff -c emacs/lisp/cus-start.el:1.68 emacs/lisp/cus-start.el:1.69
*** emacs/lisp/cus-start.el:1.68        Wed Feb 16 09:37:20 2005
--- emacs/lisp/cus-start.el     Mon Jun 13 11:53:36 2005
***************
*** 322,327 ****
--- 322,329 ----
                       (eq system-type 'ms-dos))
                      ((string-match "\\`w32-" (symbol-name symbol))
                       (eq system-type 'windows-nt))
+                     ((string-match "\\`x-.*gtk" (symbol-name symbol))
+                      (or (boundp 'gtk) (not (eq system-type 'windows-nt))))
                      ((string-match "\\`x-" (symbol-name symbol))
                       (fboundp 'x-create-frame))
                      (t t))))




reply via email to

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