summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-01-29 04:58:11 +0000
committerKenichi Handa <handa@m17n.org>2004-01-29 04:58:11 +0000
commit3ff05361d8d2ac3909f1b369bd2c702b48601d21 (patch)
tree4ad42aa09e9946bf2d95b2de45fb7e2fa114d7bd
parentef99df9a8695cb7a0a20fdbf3049c1f08a83f01e (diff)
downloademacs-3ff05361d8d2ac3909f1b369bd2c702b48601d21.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/term/x-win.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 18ad17635e9..c89e2b39c68 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-29 Kenichi Handa <handa@m17n.org>
+
+ * term/x-win.el (x-selection-value): Optimize for ASCII only case.
+
2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
* dos-w32.el: Added support for the `default-printer-name' function.
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.")
(error nil))
utf8-coding last-coding-system-used)
(if utf8
- ;; If it is a locale selection, or it contains only
+ ;; If it is a local selection, or it contains only
;; ASCII characers, choose it.
(if (or (not (get-text-property 0 'foreign-selection utf8))
(= (length utf8) (string-bytes utf8)))