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:
parent
67cd45a2b4
commit
78e8b10a3e
2 changed files with 7 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue