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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term/x-win.el [emacs-unicode-2]
Date: Fri, 27 Aug 2004 07:24:49 -0400

Index: emacs/lisp/term/x-win.el
diff -c emacs/lisp/term/x-win.el:1.165.2.4 emacs/lisp/term/x-win.el:1.165.2.5
*** emacs/lisp/term/x-win.el:1.165.2.4  Mon Jun 28 07:29:49 2004
--- emacs/lisp/term/x-win.el    Fri Aug 27 07:00:30 2004
***************
*** 2213,2219 ****
                     (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
--- 2213,2220 ----
                     (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]