# HG changeset patch # User Kenichi Handa # Date 1075352291 0 # Node ID 625168ecac3fae4ea3e631c2c0db8848326ffdc4 # Parent ac5e374084889f923ae33f834a520b424e3a7503 *** empty log message *** diff -r ac5e37408488 -r 625168ecac3f lisp/ChangeLog --- 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 + + * term/x-win.el (x-selection-value): Optimize for ASCII only case. + 2004-01-28 Peter 'Luna' Runestig * dos-w32.el: Added support for the `default-printer-name' function. diff -r ac5e37408488 -r 625168ecac3f lisp/term/x-win.el --- 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)))