From: Eli Zaretskii Date: Sat, 23 Feb 2002 08:53:27 +0000 (+0000) Subject: (selection_data_to_lisp_data): Fix last change. X-Git-Tag: ttn-vms-21-2-B4~16523 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ecb7ac215a43351f1464eaa4028d43eabee88da0;p=emacs.git (selection_data_to_lisp_data): Fix last change. --- diff --git a/src/xselect.c b/src/xselect.c index 660e0060020..06c0ec6362c 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);