changeset 53745:625168ecac3f

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 29 Jan 2004 04:58:11 +0000
parents ac5e37408488
children 6f8197877736
files lisp/ChangeLog lisp/term/x-win.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 29 04:56:11 2004 +0000
+++ b/lisp/ChangeLog	Thu Jan 29 04:58:11 2004 +0000
@@ -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.
--- a/lisp/term/x-win.el	Thu Jan 29 04:56:11 2004 +0000
+++ b/lisp/term/x-win.el	Thu Jan 29 04:58:11 2004 +0000
@@ -2198,7 +2198,7 @@
 			  (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)))