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
1eed3a76
Commit
1eed3a76
authored
May 25, 2000
by
Eli Zaretskii
Browse files
(Fw16_set_clipboard_data): Fix the change from 2000-05-20.
parent
10db7fc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/w16select.c
src/w16select.c
+2
-2
No files found.
src/w16select.c
View file @
1eed3a76
...
...
@@ -526,8 +526,8 @@ DEFUN ("w16-set-clipboard-data", Fw16_set_clipboard_data, Sw16_set_clipboard_dat
Vnext_selection_coding_system
=
Vselection_coding_system
;
setup_coding_system
(
Fcheck_coding_system
(
Vnext_selection_coding_system
),
&
coding
);
coding
->
src_multibyte
=
1
;
coding
->
dst_multibyte
=
0
;
coding
.
src_multibyte
=
1
;
coding
.
dst_multibyte
=
0
;
Vnext_selection_coding_system
=
Qnil
;
coding
.
mode
|=
CODING_MODE_LAST_BLOCK
;
Vlast_coding_system_used
=
coding
.
symbol
;
...
...
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