aboutsummaryrefslogtreecommitdiff
path: root/editors/apel/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/apel/files')
-rw-r--r--editors/apel/files/_pkg.el4
-rw-r--r--editors/apel/files/apel-setupel.el.in9
-rw-r--r--editors/apel/files/patch-aa10
-rw-r--r--editors/apel/files/patch-ac11
-rw-r--r--editors/apel/files/patch-ad33
5 files changed, 0 insertions, 67 deletions
diff --git a/editors/apel/files/_pkg.el b/editors/apel/files/_pkg.el
deleted file mode 100644
index d3d55387912f..000000000000
--- a/editors/apel/files/_pkg.el
+++ /dev/null
@@ -1,4 +0,0 @@
-;;;###autoload
-(package-provide 'apel
- :version 1.16
- :type 'regular)
diff --git a/editors/apel/files/apel-setupel.el.in b/editors/apel/files/apel-setupel.el.in
deleted file mode 100644
index 1047e259b991..000000000000
--- a/editors/apel/files/apel-setupel.el.in
+++ /dev/null
@@ -1,9 +0,0 @@
-;;
-;; @(#)apel-setupel.el -- apel emacs load-path setup elisp file.
-;; -- by shige@FreeBSD.ORG
-
-(setq load-path (append '(
- "@@LOCALBASE@@/@@EMACS_LIBDIR@@/site-lisp/apel"
- "@@LOCALBASE@@/@@EMACS_LIBDIR_WITH_VER@@/site-lisp/emu"
- ) load-path))
-(provide 'apel-setupel)
diff --git a/editors/apel/files/patch-aa b/editors/apel/files/patch-aa
deleted file mode 100644
index d8595b1a9a38..000000000000
--- a/editors/apel/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig Tue Oct 27 23:58:27 1998
-+++ Makefile Sun Nov 1 20:44:21 1998
-@@ -17,6 +17,7 @@
- PACKAGEDIR = NONE
- VERSION_SPECIFIC_LISPDIR = NONE
-
-+all: elc
-
- elc:
- $(EMACS) $(FLAGS) -f compile-apel
diff --git a/editors/apel/files/patch-ac b/editors/apel/files/patch-ac
deleted file mode 100644
index a602fff48d9f..000000000000
--- a/editors/apel/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- APEL-MK.orig Wed Dec 22 13:14:21 1999
-+++ APEL-MK Wed May 10 23:45:36 2000
-@@ -41,7 +41,7 @@
- ;; Make "emu" subdirectory.
- "emu"
- ;; Don't make "emu" subdirectory.
-- ""))
-+ "emu"))
-
- ;; The directories where APEL and EMU modules will be installed.
- ;; These two variables will be generated from other variables above.
diff --git a/editors/apel/files/patch-ad b/editors/apel/files/patch-ad
deleted file mode 100644
index 24eb58bc5534..000000000000
--- a/editors/apel/files/patch-ad
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -urN EMU-ELS.orig EMU-ELS
---- EMU-ELS.orig Thu Jan 13 07:06:35 2000
-+++ EMU-ELS Tue Apr 25 09:03:54 2000
-@@ -50,20 +50,24 @@
-
- ;; pccl modules; pccl modules depend on broken.
- (cond
-- ((featurep 'mule)
-+ ((featurep 'xemacs)
- (cond
- ;; XEmacs 21 w/ mule.
-- ((and (featurep 'xemacs)
-+ ((and (featurep 'mule)
- (>= emacs-major-version 21))
- '(pccl-20 pccl))
-+ (t
-+ '(pccl))))
-+ ((featurep 'mule)
-+ (cond
- ;; Emacs 20.
- ((>= emacs-major-version 20)
- '(pccl-20 pccl))
-+ ;; Mule 1.* and 2.*.
- (t
-- ;; Mule 1.* and 2.*.
- '(pccl-om pccl))))
-- (t
-- '(pccl)))
-+ (t
-+ '(pccl)))
-
- ;; pces modules; pces modules depend on poe.
- (cond