+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.
(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)))