]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-selection-timeout): Use 20000 as default.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Jul 1993 22:32:07 +0000 (22:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Jul 1993 22:32:07 +0000 (22:32 +0000)
lisp/term/x-win.el

index 807aa5e2bf4dfc3fbb220466e5f6e13e589de92d..8b3b49cd87fe50d3b1ff5df59faee1daef3d0c6c 100644 (file)
@@ -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))))