summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-07-25 22:32:07 +0000
committerRichard M. Stallman <rms@gnu.org>1993-07-25 22:32:07 +0000
commit5c2867e0558c70324dc95f64caa37bc11d6d4f0a (patch)
treed1f57d97875425b2343355ebaf73f57b1393c230 /lisp/term
parent9d317b2cfd09ab4475a2f8405e82d4227d03a8db (diff)
downloademacs-5c2867e0558c70324dc95f64caa37bc11d6d4f0a.tar.gz
(x-selection-timeout): Use 20000 as default.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 807aa5e2bf4..8b3b49cd87f 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -574,7 +574,7 @@ This returns ARGS with the arguments that have been processed removed."
;; Set x-selection-timeout, measured in milliseconds.
(let ((res-selection-timeout
(x-get-resource "selectionTimeout" "SelectionTimeout")))
- (setq x-selection-timeout 5000)
+ (setq x-selection-timeout 20000)
(if res-selection-timeout
(setq x-selection-timeout (string-to-number res-selection-timeout))))