changeset 57683:47bbd69c09b4

(x-set-cut-buffer): Cancel previous change.
author Kenichi Handa <handa@m17n.org>
date Mon, 25 Oct 2004 00:45:38 +0000
parents 7004ed510410
children 0c6735b0abb2
files lisp/select.el
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/select.el	Mon Oct 25 00:22:02 2004 +0000
+++ b/lisp/select.el	Mon Oct 25 00:45:38 2004 +0000
@@ -144,11 +144,6 @@
   (or (stringp string) (signal 'wrong-type-argument (list 'string string)))
   (if push
       (x-rotate-cut-buffers-internal 1))
-  (if (> (string-bytes string) (length string))
-      ;; STRING is a multibyte string contains non-ASCII characters.
-      (if locale-coding-system
-	  (setq string (encode-coding-string string locale-coding-system))
-	(setq string (string-make-unibyte string))))
   (x-store-cut-buffer-internal 'CUT_BUFFER0 string))