/[emacs]/emacs/src/w16select.c
ViewVC logotype

Diff of /emacs/src/w16select.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by eliz, Fri Feb 22 14:08:17 2002 UTC revision 1.26 by eliz, Sat Feb 23 08:54:20 2002 UTC
# Line 669  DEFUN ("w16-get-clipboard-data", Fw16_ge Line 669  DEFUN ("w16-get-clipboard-data", Fw16_ge
669        xfree (buf);        xfree (buf);
670        if (SYMBOLP (coding.post_read_conversion)        if (SYMBOLP (coding.post_read_conversion)
671            && !NILP (Ffboundp (coding.post_read_conversion)))            && !NILP (Ffboundp (coding.post_read_conversion)))
672          ret = run_pre_post_conversion_on_str (ret, coding, 0);          ret = run_pre_post_conversion_on_str (ret, &coding, 0);
673        Vlast_coding_system_used = coding.symbol;        Vlast_coding_system_used = coding.symbol;
674      }      }
675    else    else

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26