diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-07 21:03:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-07 21:03:03 +0000 |
commit | df3f16b5bc1891630b8d7a68c47c3ac3b8da6e42 (patch) | |
tree | ed8c2ed8570f069b3c42c1e0c4aa7f80d38a5d37 /japanese/emacs-emcws/files/patch-src:xterm.h | |
parent | Update to DAT 4530 (diff) |
- Update to match editors/emacs
PR: ports/82916
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=138677
Diffstat (limited to 'japanese/emacs-emcws/files/patch-src:xterm.h')
-rw-r--r-- | japanese/emacs-emcws/files/patch-src:xterm.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/emacs-emcws/files/patch-src:xterm.h b/japanese/emacs-emcws/files/patch-src:xterm.h new file mode 100644 index 000000000000..a0faee236ed5 --- /dev/null +++ b/japanese/emacs-emcws/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> |