* lisp/cus-start.el (standard): Fix standard customizables for PGTK.
authorPo Lu <luangruo@yahoo.com>
Sat, 8 Jan 2022 07:30:02 +0000 (15:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 8 Jan 2022 07:30:02 +0000 (15:30 +0800)
lisp/cus-start.el

index 4227cec425cd1c7ea67ceb849c01c6baa398d7a0..cdadf08a894441d2e44540dd7265d3bfe5507d15 100644 (file)
@@ -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))