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
8b3ad112
Commit
8b3ad112
authored
Jun 08, 2007
by
Juanma Barranquero
Browse files
(Fx_get_atom_name): Use empty_unibyte_string.
parent
e78bf986
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 @
8b3ad112
...
...
@@ -2678,7 +2678,7 @@ If the value is 0 or the atom is not known, return the empty string. */)
ret
=
make_string
(
name
,
strlen
(
name
));
if
(
atom
&&
name
)
XFree
(
name
);
if
(
NILP
(
ret
))
ret
=
make_string
(
""
,
0
)
;
if
(
NILP
(
ret
))
ret
=
empty_unibyte_string
;
UNBLOCK_INPUT
;
...
...
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