aboutsummaryrefslogtreecommitdiff
path: root/editors/wemi-emacs/files
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-10-16 06:06:30 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-10-16 06:06:30 +0000
commite58f859c5e45a1ebb6f60a67c29b51025907fe4e (patch)
tree236c17ca9bd9cf9852c43dce2fec654962c500a7 /editors/wemi-emacs/files
parentd0bf54a762afd90d8bd8ff655d9f240c15f75e3a (diff)
downloadports-e58f859c5e45a1ebb6f60a67c29b51025907fe4e.tar.gz
ports-e58f859c5e45a1ebb6f60a67c29b51025907fe4e.zip
Notes
Diffstat (limited to 'editors/wemi-emacs/files')
-rw-r--r--editors/wemi-emacs/files/patch-ac19
1 files changed, 15 insertions, 4 deletions
diff --git a/editors/wemi-emacs/files/patch-ac b/editors/wemi-emacs/files/patch-ac
index 2c7aa48962d6..5967e2cd37d3 100644
--- a/editors/wemi-emacs/files/patch-ac
+++ b/editors/wemi-emacs/files/patch-ac
@@ -1,6 +1,6 @@
---- SEMI-CFG.orig Wed Sep 16 15:48:58 1998
-+++ SEMI-CFG Sun May 9 21:54:02 1999
-@@ -11,6 +11,8 @@
+--- SEMI-CFG.orig Tue Oct 13 09:00:58 1998
++++ SEMI-CFG Sat Oct 16 13:47:42 1999
+@@ -9,6 +9,8 @@
(add-to-list 'load-path
(expand-file-name "../../site-lisp/apel" data-directory))
(add-to-list 'load-path
@@ -8,4 +8,15 @@
+(add-to-list 'load-path
(expand-file-name "." data-directory))
- (when (boundp 'LISPDIR)
+ (if (boundp 'LISPDIR)
+@@ -22,6 +24,10 @@
+
+ (if VERSION_SPECIFIC_LISPDIR
+ (add-to-list 'load-path VERSION_SPECIFIC_LISPDIR))
++
++(condition-case nil
++ (require 'emu)
++ (error (error "Please install APEL 8.7 or later.")))
+
+ (condition-case nil
+ (require 'install)