* 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
|
@ -1,3 +1,8 @@
|
|||
2012-03-07 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* cus-start.el: Avoid x-select-enable-clipboard-manager warning on
|
||||
non-X platforms.
|
||||
|
||||
2012-03-06 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
|
||||
|
|
|
@ -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
Reference in a new issue