aboutsummaryrefslogtreecommitdiff
path: root/editors/apel/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-01-02 13:26:51 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-01-02 13:26:51 +0000
commit538ade138da1a47606173e8c6f41ca5dea645774 (patch)
tree7377cb2bdae1ad2e2e1182819d9a0ba0e5647ff4 /editors/apel/files
parent66f2af6f3be451a0f1058d4cd31fb83bdae81b2f (diff)
downloadports-538ade138da1a47606173e8c6f41ca5dea645774.tar.gz
ports-538ade138da1a47606173e8c6f41ca5dea645774.zip
Notes
Diffstat (limited to 'editors/apel/files')
-rw-r--r--editors/apel/files/patch-aa10
-rw-r--r--editors/apel/files/patch-ac11
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/apel/files/patch-aa b/editors/apel/files/patch-aa
new file mode 100644
index 000000000000..d8595b1a9a38
--- /dev/null
+++ b/editors/apel/files/patch-aa
@@ -0,0 +1,10 @@
+--- 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
new file mode 100644
index 000000000000..ab74bc332e6f
--- /dev/null
+++ b/editors/apel/files/patch-ac
@@ -0,0 +1,11 @@
+--- poem-ltn1.el.orig Sun Dec 27 11:19:17 1998
++++ poem-ltn1.el Sun Dec 27 11:19:20 1998
+@@ -161,7 +161,7 @@
+ (let ((emx-binary-mode t))
+ (find-file-noselect filename nowarn rawfile)))
+
+-(defalias find-file-noselect-as-raw-text 'find-file-noselect)
++(defalias 'find-file-noselect-as-raw-text 'find-file-noselect)
+
+ (defun open-network-stream-as-binary (name buffer host service)
+ "Like `open-network-stream', q.v., but don't code conversion."