Mercurial > emacs
changeset 51175:a072cc265dff
(x_window): Fix typo.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sat, 24 May 2003 08:54:37 +0000 |
parents | 26b66dee5902 |
children | 4ac4c9dab97f |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sat May 24 00:34:15 2003 +0000 +++ b/src/xfns.c Sat May 24 08:54:37 2003 +0000 @@ -2721,7 +2721,7 @@ 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 @@ 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[] =