diff options
Diffstat (limited to 'lisp/select.el')
-rw-r--r-- | lisp/select.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/select.el b/lisp/select.el index 420967c1b00..d9f537cfce6 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -173,6 +173,7 @@ decoded. If `gui-get-selection' signals an error, return nil." (unless (and (memq window-system '(x haiku)) ;; gui-backend-selection-p might be unreliable on other ;; window systems. + (eq type 'CLIPBOARD) (gui-backend-selection-owner-p type)) (let ((request-type (if (memq window-system '(x pgtk)) (or x-select-request-type |