Mercurial > emacs
changeset 43474:0405c47ca611
(selection_data_to_lisp_data): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 23 Feb 2002 08:53:27 +0000 |
parents | 57d83458090b |
children | f1ba6420ce49 |
files | src/xselect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xselect.c Sat Feb 23 00:07:22 2002 +0000 +++ b/src/xselect.c Sat Feb 23 08:53:27 2002 +0000 @@ -1655,7 +1655,7 @@ 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);