aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThien-Thi Nguyen2003-05-24 08:58:03 +0000
committerThien-Thi Nguyen2003-05-24 08:58:03 +0000
commit4dacadcc418b8f78105b463326d51f9010ab8db5 (patch)
tree51deeb44cdd3e6800c819316b81112d111e4e94f /src
parentd49b7f88eb5f1597098fe863df8c98dcec5771e0 (diff)
downloademacs-4dacadcc418b8f78105b463326d51f9010ab8db5.tar.gz
emacs-4dacadcc418b8f78105b463326d51f9010ab8db5.zip
(x_window): Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xfns.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2f1ba10b0a8..f628d8ce6de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
2
3 * xfns.c (x_window): Fix typo from 2003-05-21 change.
4
12003-05-23 Stefan Monnier <monnier@cs.yale.edu> 52003-05-23 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare. 7 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
diff --git a/src/xfns.c b/src/xfns.c
index f92e2124df0..9784d0f0439 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2721,7 +2721,7 @@ x_window (f)
2721 attribute_mask, &attributes); 2721 attribute_mask, &attributes);
2722 2722
2723#ifdef HAVE_X_I18N 2723#ifdef HAVE_X_I18N
2724 if use_xim 2724 if (use_xim)
2725 { 2725 {
2726 create_frame_xic (f); 2726 create_frame_xic (f);
2727 if (FRAME_XIC (f)) 2727 if (FRAME_XIC (f))
@@ -10532,7 +10532,7 @@ usual X keysyms. */)
10532 Initialization 10532 Initialization
10533 ***********************************************************************/ 10533 ***********************************************************************/
10534 10534
10535/* Keep this list in the same order as frame_parms in frame.c. 10535/* Keep this list in the same order as frame_parms in frame.c.
10536 Use 0 for unsupported frame parameters. */ 10536 Use 0 for unsupported frame parameters. */
10537 10537
10538frame_parm_handler x_frame_parm_handlers[] = 10538frame_parm_handler x_frame_parm_handlers[] =