diff options
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/x-win.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index d9700809413..61602d1f355 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -2212,7 +2212,8 @@ order until succeed.") | |||
| 2212 | (if utf8 | 2212 | (if utf8 |
| 2213 | (setq text (x-select-utf8-or-ctext utf8 ctext)) | 2213 | (setq text (x-select-utf8-or-ctext utf8 ctext)) |
| 2214 | ;; Othewise, choose CTEXT. | 2214 | ;; Othewise, choose CTEXT. |
| 2215 | (setq text ctext)))) | 2215 | (setq text ctext)) |
| 2216 | (setq text utf8))) | ||
| 2216 | ;; If not yet decided, try STRING. | 2217 | ;; If not yet decided, try STRING. |
| 2217 | (or text | 2218 | (or text |
| 2218 | (setq text (condition-case nil | 2219 | (setq text (condition-case nil |