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
cdfc07dd
Commit
cdfc07dd
authored
Jul 20, 2001
by
Pavel Janík
Browse files
Fix typo.
parent
fc406406
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
mac/ChangeLog
mac/ChangeLog
+4
-0
mac/src/macterm.c
mac/src/macterm.c
+1
-1
No files found.
mac/ChangeLog
View file @
cdfc07dd
2001-07-20 Pavel Jank <Pavel@Janik.cz>
* src/macterm.c (xim_open_dpy): Fix typo.
2001-06-26 Andrew Choi <akochoi@i-cable.com>
* README: Change references to SourceForge site to
...
...
mac/src/macterm.c
View file @
cdfc07dd
...
...
@@ -9272,7 +9272,7 @@ xim_open_dpy (dpyinfo, resource_name)
#ifdef HAVE_X11R6
destroy.callback = xim_destroy_callback;
destroy.client_data = (XPointer)dpyinfo;
/* This isn't pr
p
totyped in OSF 5.0. */
/* This isn't pr
o
totyped in OSF 5.0. */
XSetIMValues (xim, XNDestroyCallback, &destroy, NULL);
#endif
}
...
...
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