Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ecb7ac21
Commit
ecb7ac21
authored
Feb 23, 2002
by
Eli Zaretskii
Browse files
(selection_data_to_lisp_data): Fix last change.
parent
48094ace
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xselect.c
src/xselect.c
+1
-1
No files found.
src/xselect.c
View file @
ecb7ac21
...
@@ -1655,7 +1655,7 @@ selection_data_to_lisp_data (display, data, size, type, format)
...
@@ -1655,7 +1655,7 @@ selection_data_to_lisp_data (display, data, size, type, format)
if
(
SYMBOLP
(
coding
.
post_read_conversion
)
if
(
SYMBOLP
(
coding
.
post_read_conversion
)
&&
!
NILP
(
Ffboundp
(
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
;
Vlast_coding_system_used
=
coding
.
symbol
;
}
}
compose_chars_in_text
(
0
,
XSTRING
(
str
)
->
size
,
str
);
compose_chars_in_text
(
0
,
XSTRING
(
str
)
->
size
,
str
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment