aboutsummaryrefslogtreecommitdiff
path: root/editors/apel/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /editors/apel/files/patch-ad
parentf667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff)
Notes
Diffstat (limited to 'editors/apel/files/patch-ad')
-rw-r--r--editors/apel/files/patch-ad33
1 files changed, 0 insertions, 33 deletions
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