diff options
| author | Eli Zaretskii | 2002-02-23 08:53:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-23 08:53:27 +0000 |
| commit | ecb7ac215a43351f1464eaa4028d43eabee88da0 (patch) | |
| tree | 854f51542911905834784cba45b862360808038b | |
| parent | 48094ace89162b049f2bd9c1ce05488593fd1c5e (diff) | |
| download | emacs-ecb7ac215a43351f1464eaa4028d43eabee88da0.tar.gz emacs-ecb7ac215a43351f1464eaa4028d43eabee88da0.zip | |
(selection_data_to_lisp_data): Fix last change.
| -rw-r--r-- | src/xselect.c | 2 |
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); |