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
b72d9870
Commit
b72d9870
authored
Feb 23, 2002
by
Eli Zaretskii
Browse files
(Fw16_get_clipboard_data): Fix last change.
parent
ecb7ac21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+6
-0
src/w16select.c
src/w16select.c
+1
-1
No files found.
src/ChangeLog
View file @
b72d9870
2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
* w16select.c (Fw16_get_clipboard_data): Fix last change.
* xselect.c (selection_data_to_lisp_data): Fix last change.
2002-02-22 Jason Rumney <jasonr@gnu.org>
* w32term.h (struct w32_output): New member menu_command_in_progress.
...
...
src/w16select.c
View file @
b72d9870
...
...
@@ -669,7 +669,7 @@ DEFUN ("w16-get-clipboard-data", Fw16_get_clipboard_data, Sw16_get_clipboard_dat
xfree
(
buf
);
if
(
SYMBOLP
(
coding
.
post_read_conversion
)
&&
!
NILP
(
Ffboundp
(
coding
.
post_read_conversion
)))
ret
=
run_pre_post_conversion_on_str
(
ret
,
coding
,
0
);
ret
=
run_pre_post_conversion_on_str
(
ret
,
&
coding
,
0
);
Vlast_coding_system_used
=
coding
.
symbol
;
}
else
...
...
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