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
05026550
Commit
05026550
authored
Jun 05, 1995
by
Karl Heuer
Browse files
(Fx_create_frame): Make sure icon_name is a string or nil.
parent
baf540d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/xfns.c
src/xfns.c
+2
-0
No files found.
src/xfns.c
View file @
05026550
...
...
@@ -2901,6 +2901,8 @@ This function is an internal primitive--use `make-frame' instead.")
f
->
display
.
x
->
icon_name
=
x_get_arg
(
parms
,
Qicon_name
,
"iconName"
,
"Title"
,
string
);
if
(
!
STRINGP
(
f
->
display
.
x
->
icon_name
))
f
->
display
.
x
->
icon_name
=
Qnil
;
FRAME_X_DISPLAY_INFO
(
f
)
=
dpyinfo
;
#ifdef MULTI_KBOARD
...
...
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