summaryrefslogtreecommitdiff
path: root/editors/xemacs-current
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2017-11-15 14:55:35 +0000
committerhauke <hauke@pkgsrc.org>2017-11-15 14:55:35 +0000
commit0d056e965bdb11ed834349be0ffbf6c0ec254dfe (patch)
tree9edb8a2a8ab7a18061f1a22a36bf915035b3949e /editors/xemacs-current
parent079a3bfa94ab1b94cbe4de949d2177b0c6e1c2db (diff)
downloadpkgsrc-0d056e965bdb11ed834349be0ffbf6c0ec254dfe.tar.gz
Upgrade to XEmacs 21.5.34
Obsolete, the file is #included, and the including file should import the required headers
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r--editors/xemacs-current/patches/patch-ag72
1 files changed, 0 insertions, 72 deletions
diff --git a/editors/xemacs-current/patches/patch-ag b/editors/xemacs-current/patches/patch-ag
deleted file mode 100644
index cd68a6c164c..00000000000
--- a/editors/xemacs-current/patches/patch-ag
+++ /dev/null
@@ -1,72 +0,0 @@
-$NetBSD: patch-ag,v 1.2 2006/09/04 09:20:51 martin Exp $
-
---- src/event-xlike-inc.c.orig 2005-06-26 20:05:04.000000000 +0200
-+++ src/event-xlike-inc.c 2006-08-30 17:59:31.000000000 +0200
-@@ -22,6 +22,58 @@
-
- /* Synched up with: Not in FSF. */
-
-+#include <config.h>
-+#include "lisp.h"
-+
-+#include "blocktype.h"
-+#include "charset.h"
-+#include "console-x.h"
-+#include "device-impl.h"
-+#include "elhash.h"
-+#include "events.h"
-+#include "file-coding.h"
-+#include "frame-impl.h"
-+#include "glyphs.h"
-+#include "lstream.h"
-+#include "process.h"
-+#include "redisplay.h"
-+#include "window.h"
-+
-+#include "console-tty.h"
-+
-+#include "console-x-impl.h"
-+#include "objects-x.h"
-+#include "../lwlib/lwlib.h"
-+#include "EmacsFrame.h"
-+
-+#include "sysproc.h" /* for MAXDESC */
-+#include "systime.h"
-+
-+#include "xintrinsicp.h" /* CoreP.h needs this */
-+#include <X11/CoreP.h> /* Numerous places access the fields of
-+ a core widget directly. We could
-+ use XtGetValues(), but ... */
-+#include <X11/ShellP.h>
-+
-+#if defined (HAVE_XIM) && defined (XIM_MOTIF)
-+#include <Xm/Xm.h>
-+#endif
-+
-+#ifdef HAVE_DRAGNDROP
-+#include "dragdrop.h"
-+#endif
-+
-+#if defined (HAVE_OFFIX_DND)
-+#include "offix.h"
-+#endif
-+
-+/* Mask of bits indicating the descriptors that we wait for input on */
-+extern SELECT_TYPE input_wait_mask, non_fake_input_wait_mask;
-+extern SELECT_TYPE process_only_mask, tty_only_mask;
-+
-+static int last_quit_check_signal_tick_count;
-+
-+
- /* For some code it's reasonable to have only one copy and conditionalize
- at run-time. For other code it isn't. #### Perhaps all code should be
- included here, not in event-xlike.c. However, event-xlike.c is always
-@@ -29,7 +81,7 @@
-
- EXFUN (Funicode_to_char, 2); /* In unicode.c. */
-
--static int
-+int
- #ifdef THIS_IS_GTK
- emacs_gtk_event_pending_p (int how_many)
- #else