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
3f6b532c
Commit
3f6b532c
authored
Dec 22, 2004
by
Kenichi Handa
Browse files
(Fx_get_cut_buffer_internal): Return a unibyte string.
parent
bc3f38d9
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 @
3f6b532c
...
...
@@ -2324,7 +2324,7 @@ DEFUN ("x-get-cut-buffer-internal", Fx_get_cut_buffer_internal,
Fcons
(
x_atom_to_symbol
(
display
,
type
),
Fcons
(
make_number
(
format
),
Qnil
))));
ret
=
(
bytes
?
make_string
((
char
*
)
data
,
bytes
)
:
Qnil
);
ret
=
(
bytes
?
make_
unibyte_
string
((
char
*
)
data
,
bytes
)
:
Qnil
);
/* Use xfree, not XFree, because x_get_window_property
calls xmalloc itself. */
xfree
(
data
);
...
...
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