emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/x-win.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/term/x-win.el
Date: Thu, 13 Mar 2003 01:28:06 -0500

Index: emacs/lisp/term/x-win.el
diff -c emacs/lisp/term/x-win.el:1.162 emacs/lisp/term/x-win.el:1.163
*** emacs/lisp/term/x-win.el:1.162      Thu Mar 13 01:23:59 2003
--- emacs/lisp/term/x-win.el    Thu Mar 13 01:27:57 2003
***************
*** 2126,2131 ****
--- 2126,2134 ----
    (cond ((>= (length text) x-cut-buffer-max)
         (x-set-cut-buffer "" push)
         (setq x-last-selected-text-cut ""))
+       ;; Don't store a multibyte string that contains
+       ;; eight-bit-control/graphic chars because they can't be
+       ;; restored correctly by x-get-cut-buffer.
        ((and (multibyte-string-p text)
              (let ((charsets (find-charset-string text)))
                (or (memq 'eight-bit-control charsets)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]