From ecb7ac215a43351f1464eaa4028d43eabee88da0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Feb 2002 08:53:27 +0000 Subject: [PATCH] (selection_data_to_lisp_data): Fix last change. --- src/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5