]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comment.
authorKim F. Storm <storm@cua.dk>
Fri, 15 Oct 2004 15:09:58 +0000 (15:09 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 15 Oct 2004 15:09:58 +0000 (15:09 +0000)
src/ChangeLog
src/xterm.h

index e92e6b96eec73163c887e5f56ad17bf89b5771a3..509add7e1d58c2101cdd9da2ac0434c62e37b7d0 100644 (file)
@@ -15,7 +15,7 @@
 2004-10-14  Kim F. Storm  <storm@cua.dk>
 
        * xterm.h: Include Xutil.h after keysym.h to work around bug
-       (incorrectly recognising AltGr key) in some X versions.
+       in some X versions.
 
 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index ad5374ace6f3d86ceee4950bd86e614a0d7bcb2d..d3f5cee1277c4084bc8229bca810c34a53cd7c8a 100644 (file)
@@ -21,8 +21,13 @@ Boston, MA 02111-1307, USA.  */
 
 #include <X11/Xlib.h>
 #include <X11/cursorfont.h>
+
+/* Include Xutil.h after keysym.h to work around a bug that prevents
+   correct recognition of AltGr key in some X versions.  */
+
 #include <X11/keysym.h>
 #include <X11/Xutil.h>
+
 #include <X11/Xatom.h>
 #include <X11/Xresource.h>