emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w16select.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w16select.c
Date: Sat, 23 Feb 2002 03:54:22 -0500

Index: emacs/src/w16select.c
diff -c emacs/src/w16select.c:1.25 emacs/src/w16select.c:1.26
*** emacs/src/w16select.c:1.25  Fri Feb 22 09:08:17 2002
--- emacs/src/w16select.c       Sat Feb 23 03:54:20 2002
***************
*** 669,675 ****
        xfree (buf);
        if (SYMBOLP (coding.post_read_conversion)
          && !NILP (Ffboundp (coding.post_read_conversion)))
!       ret = run_pre_post_conversion_on_str (ret, coding, 0);
        Vlast_coding_system_used = coding.symbol;
      }
    else
--- 669,675 ----
        xfree (buf);
        if (SYMBOLP (coding.post_read_conversion)
          && !NILP (Ffboundp (coding.post_read_conversion)))
!       ret = run_pre_post_conversion_on_str (ret, &coding, 0);
        Vlast_coding_system_used = coding.symbol;
      }
    else



reply via email to

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