From e497906508084a5501f27a53a8ec0f23aa446e5b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 18 Jun 2000 10:00:08 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'. --- editors/apel/files/patch-ad | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 editors/apel/files/patch-ad (limited to 'editors/apel/files/patch-ad') 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 -- cgit v1.2.3