emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/x-win.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/term/x-win.el
Date: Sun, 15 Aug 2004 20:08:30 -0400

Index: emacs/lisp/term/x-win.el
diff -c emacs/lisp/term/x-win.el:1.172 emacs/lisp/term/x-win.el:1.173
*** emacs/lisp/term/x-win.el:1.172      Mon May  3 20:02:49 2004
--- emacs/lisp/term/x-win.el    Mon Aug 16 00:04:03 2004
***************
*** 2212,2218 ****
                     (if utf8
                         (setq text (x-select-utf8-or-ctext utf8 ctext))
                       ;; Othewise, choose CTEXT.
!                      (setq text ctext))))
             ;; If not yet decided, try STRING.
             (or text
                 (setq text (condition-case nil
--- 2212,2219 ----
                     (if utf8
                         (setq text (x-select-utf8-or-ctext utf8 ctext))
                       ;; Othewise, choose CTEXT.
!                      (setq text ctext))
!                  (setq text utf8)))
             ;; If not yet decided, try STRING.
             (or text
                 (setq text (condition-case nil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]