From: Eli Zaretskii Date: Sat, 23 Feb 2002 08:59:19 +0000 (+0000) Subject: (selection_data_to_lisp_data): Fix last change. X-Git-Tag: emacs-21.2~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c71b817d26ed22620c402bc952b8982df87c884b;p=emacs.git (selection_data_to_lisp_data): Fix last change. --- diff --git a/src/ChangeLog b/src/ChangeLog index fe88fde5900..d6455bef4bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-02-23 Eli Zaretskii + + * xselect.c (selection_data_to_lisp_data): Fix last change. + 2002-02-22 Eli Zaretskii Support for ICCCM Extended Segments in X selections: diff --git a/src/xselect.c b/src/xselect.c index 8c89280c759..072cb60db74 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -1655,7 +1655,7 @@ selection_data_to_lisp_data (display, data, size, type, format) if (SYMBOLP (coding.post_read_conversion) && !NILP (Ffboundp (coding.post_read_conversion))) - str = run_pre_post_conversion_on_str (str, coding, 0); + 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);