emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.110 emacs/src/xselect.c:1.111
*** emacs/src/xselect.c:1.110   Fri Feb 22 08:18:57 2002
--- emacs/src/xselect.c Sat Feb 23 03:53:27 2002
***************
*** 1655,1661 ****
  
          if (SYMBOLP (coding.post_read_conversion)
              && !NILP (Ffboundp (coding.post_read_conversion)))
!           str = run_pre_post_conversion_on_str (str, coding, 0);
          Vlast_coding_system_used = coding.symbol;
        }
        compose_chars_in_text (0, XSTRING (str)->size, str);
--- 1655,1661 ----
  
          if (SYMBOLP (coding.post_read_conversion)
              && !NILP (Ffboundp (coding.post_read_conversion)))
!           str = run_pre_post_conversion_on_str (str, &coding, 0);
          Vlast_coding_system_used = coding.symbol;
        }
        compose_chars_in_text (0, XSTRING (str)->size, str);



reply via email to

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