From: Richard M. Stallman Date: Sun, 25 Jul 1993 22:32:07 +0000 (+0000) Subject: (x-selection-timeout): Use 20000 as default. X-Git-Tag: emacs-19.34~11571 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c2867e0558c70324dc95f64caa37bc11d6d4f0a;p=emacs.git (x-selection-timeout): Use 20000 as default. --- 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))))