summaryrefslogtreecommitdiff
path: root/editors/emacs22/files
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-03-02 15:05:55 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-03-02 15:05:55 +0000
commit9b0d5fc1eca05b759c64c3c0b6eade90577cd265 (patch)
treed87f7cff1a18ed76a3666682c11082fb827ee504 /editors/emacs22/files
parent- Debian patch was updated to 4.0.6+0.20041122cvs-4. (diff)
Fix problems with AltGr-Modifier on several keyboards.
PR: ports/78209 Submitted by: Kay Lehmann <kay_lehmann@web.de>
Notes
Notes: svn path=/head/; revision=130195
Diffstat (limited to 'editors/emacs22/files')
-rw-r--r--editors/emacs22/files/patch-src:xterm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs22/files/patch-src:xterm.h b/editors/emacs22/files/patch-src:xterm.h
new file mode 100644
index 000000000000..a0faee236ed5
--- /dev/null
+++ b/editors/emacs22/files/patch-src:xterm.h
@@ -0,0 +1,11 @@
+--- src/xterm.h.orig Mon Feb 28 13:53:40 2005
++++ src/xterm.h Mon Feb 28 13:53:57 2005
+@@ -21,8 +21,8 @@
+
+ #include <X11/Xlib.h>
+ #include <X11/cursorfont.h>
+-#include <X11/Xutil.h>
+ #include <X11/keysym.h>
++#include <X11/Xutil.h>
+ #include <X11/Xatom.h>
+ #include <X11/Xresource.h>