ctext was not, use utf8 string.
+2004-08-15 Kenichi Handa <handa@m17n.org>
+
+ * term/x-win.el (x-selection-value): If utf8 was successful but
+ ctext was not, use utf8 string.
+
2004-08-14 Davis Herring <herring@lanl.gov>
* isearch.el: Remove accidental changes of March 4. Fix backing
(if utf8
(setq text (x-select-utf8-or-ctext utf8 ctext))
;; Othewise, choose CTEXT.
- (setq text ctext))))
+ (setq text ctext))
+ (setq text utf8)))
;; If not yet decided, try STRING.
(or text
(setq text (condition-case nil