aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorKenichi Handa2004-01-29 04:58:11 +0000
committerKenichi Handa2004-01-29 04:58:11 +0000
commit3ff05361d8d2ac3909f1b369bd2c702b48601d21 (patch)
tree4ad42aa09e9946bf2d95b2de45fb7e2fa114d7bd /lisp/term
parentef99df9a8695cb7a0a20fdbf3049c1f08a83f01e (diff)
downloademacs-3ff05361d8d2ac3909f1b369bd2c702b48601d21.tar.gz
emacs-3ff05361d8d2ac3909f1b369bd2c702b48601d21.zip
*** empty log message ***
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 5b1bbd57d64..0e6d9be3f7d 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -2198,7 +2198,7 @@ order until succeed.")
2198 (error nil)) 2198 (error nil))
2199 utf8-coding last-coding-system-used) 2199 utf8-coding last-coding-system-used)
2200 (if utf8 2200 (if utf8
2201 ;; If it is a locale selection, or it contains only 2201 ;; If it is a local selection, or it contains only
2202 ;; ASCII characers, choose it. 2202 ;; ASCII characers, choose it.
2203 (if (or (not (get-text-property 0 'foreign-selection utf8)) 2203 (if (or (not (get-text-property 0 'foreign-selection utf8))
2204 (= (length utf8) (string-bytes utf8))) 2204 (= (length utf8) (string-bytes utf8)))