summaryrefslogtreecommitdiff
path: root/editors/apel/files/patch-ac
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/patch-ac
parentLock file correction and reflect change in /etc/mtree/BSD.local.dist. (diff)
editors/apel-emacs:
A Portable Emacs Library for emacs. editors/apel-emacs20: A Portable Emacs Library for emacs20. editors/apel-mule: A Portable Emacs Library for mule. o Correct "Version required" header in apel-emacs/Makefile. o Fix virtual category "elisps" to "elisp". PR: ports/8831 Submitted: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=15769
Diffstat (limited to 'editors/apel/files/patch-ac')
-rw-r--r--editors/apel/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
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."