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
4dacadcc
Commit
4dacadcc
authored
May 24, 2003
by
Thien-Thi Nguyen
Browse files
(x_window): Fix typo.
parent
d49b7f88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/xfns.c
src/xfns.c
+2
-2
No files found.
src/ChangeLog
View file @
4dacadcc
2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
* xfns.c (x_window): Fix typo from 2003-05-21 change.
2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
* lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
...
...
src/xfns.c
View file @
4dacadcc
...
...
@@ -2721,7 +2721,7 @@ x_window (f)
attribute_mask, &attributes);
#ifdef HAVE_X_I18N
if use_xim
if
(
use_xim
)
{
create_frame_xic (f);
if (FRAME_XIC (f))
...
...
@@ -10532,7 +10532,7 @@ usual X keysyms. */)
Initialization
***********************************************************************/
/* Keep this list in the same order as frame_parms in frame.c.
/* Keep this list in the same order as frame_parms in frame.c.
Use 0 for unsupported frame parameters. */
frame_parm_handler x_frame_parm_handlers[] =
...
...
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