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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term/x-win.el [lexbind]
Date: Sat, 04 Sep 2004 05:42:23 -0400

Index: emacs/lisp/term/x-win.el
diff -c emacs/lisp/term/x-win.el:1.155.2.5 emacs/lisp/term/x-win.el:1.155.2.6
*** emacs/lisp/term/x-win.el:1.155.2.5  Tue May 11 02:21:05 2004
--- emacs/lisp/term/x-win.el    Sat Sep  4 09:22:57 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]