aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f8bab89e902..83ab61b28b5 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -858,6 +858,8 @@ since it could result in memory overflow and make Emacs crash."
858 (featurep 'ns)) 858 (featurep 'ns))
859 ((string-match "\\`haiku-" (symbol-name symbol)) 859 ((string-match "\\`haiku-" (symbol-name symbol))
860 (featurep 'haiku)) 860 (featurep 'haiku))
861 ((eq symbol 'process-error-pause-time)
862 (not (eq system-type 'ms-dos)))
861 ((eq symbol 'x-gtk-use-native-input) 863 ((eq symbol 'x-gtk-use-native-input)
862 (and (featurep 'x) 864 (and (featurep 'x)
863 (featurep 'gtk))) 865 (featurep 'gtk)))