aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-23 08:53:27 +0000
committerEli Zaretskii2002-02-23 08:53:27 +0000
commitecb7ac215a43351f1464eaa4028d43eabee88da0 (patch)
tree854f51542911905834784cba45b862360808038b /src/xselect.c
parent48094ace89162b049f2bd9c1ce05488593fd1c5e (diff)
downloademacs-ecb7ac215a43351f1464eaa4028d43eabee88da0.tar.gz
emacs-ecb7ac215a43351f1464eaa4028d43eabee88da0.zip
(selection_data_to_lisp_data): Fix last change.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c2
1 files changed, 1 insertions, 1 deletions
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)
1655 1655
1656 if (SYMBOLP (coding.post_read_conversion) 1656 if (SYMBOLP (coding.post_read_conversion)
1657 && !NILP (Ffboundp (coding.post_read_conversion))) 1657 && !NILP (Ffboundp (coding.post_read_conversion)))
1658 str = run_pre_post_conversion_on_str (str, coding, 0); 1658 str = run_pre_post_conversion_on_str (str, &coding, 0);
1659 Vlast_coding_system_used = coding.symbol; 1659 Vlast_coding_system_used = coding.symbol;
1660 } 1660 }
1661 compose_chars_in_text (0, XSTRING (str)->size, str); 1661 compose_chars_in_text (0, XSTRING (str)->size, str);