]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 29 Jan 2004 04:58:11 +0000 (04:58 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 29 Jan 2004 04:58:11 +0000 (04:58 +0000)
lisp/ChangeLog
lisp/term/x-win.el

index 18ad17635e940ce939b09be2c51263b383ac3654..c89e2b39c68d6bcae60b3a430065a68d3ce3701a 100644 (file)
@@ -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.
index 5b1bbd57d640a9d7ec5ecece5977aa68c06cb58a..0e6d9be3f7d8b5aaa90fb81d6c992a06e30a251e 100644 (file)
@@ -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)))