1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* cus-start.el: Avoid x-select-enable-clipboard-manager warning on non-X platforms.

This commit is contained in:
Chong Yidong 2012-03-07 13:53:51 +08:00
parent 67cd45a2b4
commit 78e8b10a3e
2 changed files with 7 additions and 0 deletions

View file

@ -502,6 +502,8 @@ since it could result in memory overflow and make Emacs crash."
(featurep 'ns))
((string-match "\\`x-.*gtk" (symbol-name symbol))
(featurep 'gtk))
((string-match "clipboard-manager" (symbol-name symbol))
(boundp 'x-select-enable-clipboard-manager))
((string-match "\\`x-" (symbol-name symbol))
(fboundp 'x-create-frame))
((string-match "selection" (symbol-name symbol))