From: Po Lu Date: Sat, 8 Jan 2022 07:30:02 +0000 (+0800) Subject: * lisp/cus-start.el (standard): Fix standard customizables for PGTK. X-Git-Tag: emacs-29.0.90~3202 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7c3d628333e051c18b0493271b23f27933f2598;p=emacs.git * lisp/cus-start.el (standard): Fix standard customizables for PGTK. --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 4227cec425c..cdadf08a894 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -856,6 +856,9 @@ since it could result in memory overflow and make Emacs crash." (featurep 'ns)) ((string-match "\\`haiku-" (symbol-name symbol)) (featurep 'haiku)) + ((eq symbol 'x-gtk-use-native-input) + (and (featurep 'x) + (featurep 'gtk))) ((string-match "\\`x-.*gtk" (symbol-name symbol)) (featurep 'gtk)) ((string-match "clipboard-manager" (symbol-name symbol))