diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-11 14:54:57 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-11 14:54:57 +0000 |
commit | 9a5028215697b58749fb2c9e7c5836fbccaea004 (patch) | |
tree | b2240217da4610367b2b80f824769ce9a6fff646 /editors/apel | |
parent | df59410879055892cfb91784613ffb4f08d9fe5a (diff) | |
download | ports-9a5028215697b58749fb2c9e7c5836fbccaea004.tar.gz ports-9a5028215697b58749fb2c9e7c5836fbccaea004.zip |
Notes
Diffstat (limited to 'editors/apel')
-rw-r--r-- | editors/apel/files/patch-ad | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/editors/apel/files/patch-ad b/editors/apel/files/patch-ad new file mode 100644 index 000000000000..24eb58bc5534 --- /dev/null +++ b/editors/apel/files/patch-ad @@ -0,0 +1,33 @@ +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 |