summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/x-win.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 6e083499df4..32675a07b1f 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -1366,9 +1366,8 @@ This returns an error if any Emacs frames are X frames."
(cl-defmethod gui-backend-get-selection (selection-symbol target-type
&context (window-system x)
&optional time-stamp terminal)
- (with-delayed-message (1 "Waiting for selection")
- (x-get-selection-internal selection-symbol target-type
- time-stamp terminal)))
+ (x-get-selection-internal selection-symbol target-type
+ time-stamp terminal))
;; Initiate drag and drop
(add-hook 'after-make-frame-functions 'x-dnd-init-frame)