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
57fa2774
Commit
57fa2774
authored
Dec 20, 2000
by
Jason Rumney
Browse files
(syms_of_w32fns): Initialize and staticpro tip_frame.
parent
7f90b826
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
+4
-0
src/w32fns.c
src/w32fns.c
+3
-1
No files found.
src/ChangeLog
View file @
57fa2774
2000-12-20 Jason Rumney <jasonr@gnu.org>
* w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.
2000-12-19 Eli Zaretskii <eliz@is.elta.co.il>
* fns.c (Frequire): Doc fix.
...
...
src/w32fns.c
View file @
57fa2774
...
...
@@ -13826,8 +13826,10 @@ versions of Windows) characters.");
defsubr (&Sx_show_tip);
defsubr (&Sx_hide_tip);
#endif
staticpro (&tip_timer);
tip_timer = Qnil;
staticpro (&tip_timer);
tip_frame = Qnil;
staticpro (&tip_frame);
defsubr (&Sx_file_dialog);
}
...
...
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