aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 36bebf68871..db14975a480 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -322,6 +322,8 @@ since it could result in memory overflow and make Emacs crash."
322 (eq system-type 'ms-dos)) 322 (eq system-type 'ms-dos))
323 ((string-match "\\`w32-" (symbol-name symbol)) 323 ((string-match "\\`w32-" (symbol-name symbol))
324 (eq system-type 'windows-nt)) 324 (eq system-type 'windows-nt))
325 ((string-match "\\`x-.*gtk" (symbol-name symbol))
326 (or (boundp 'gtk) (not (eq system-type 'windows-nt))))
325 ((string-match "\\`x-" (symbol-name symbol)) 327 ((string-match "\\`x-" (symbol-name symbol))
326 (fboundp 'x-create-frame)) 328 (fboundp 'x-create-frame))
327 (t t)))) 329 (t t))))