projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79cc87f
)
* lisp/cus-start.el (standard): Fix standard customizables for PGTK.
author
Po Lu
<luangruo@yahoo.com>
Sat, 8 Jan 2022 07:30:02 +0000
(15:30 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 8 Jan 2022 07:30:02 +0000
(15:30 +0800)
lisp/cus-start.el
patch
|
blob
|
history
diff --git
a/lisp/cus-start.el
b/lisp/cus-start.el
index 4227cec425cd1c7ea67ceb849c01c6baa398d7a0..cdadf08a894441d2e44540dd7265d3bfe5507d15 100644
(file)
--- 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))