summaryrefslogtreecommitdiff
path: root/editors/semi-emacs
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-10-14 17:09:03 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-10-14 17:09:03 +0000
commitad8bdb637fa0bb393ecc866de4257d05efb921dd (patch)
tree960108e5678df3e73e44fca5923c74f0165f712e /editors/semi-emacs
parentRevert request from MAINTAINER. (diff)
Fix semi-elisp compile problem.
Notes
Notes: svn path=/head/; revision=22452
Diffstat (limited to 'editors/semi-emacs')
-rw-r--r--editors/semi-emacs/files/patch-ac19
1 files changed, 15 insertions, 4 deletions
diff --git a/editors/semi-emacs/files/patch-ac b/editors/semi-emacs/files/patch-ac
index 2c7aa48962d6..e7ccd81e0d83 100644
--- a/editors/semi-emacs/files/patch-ac
+++ b/editors/semi-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 Wed Oct 14 14:17:32 1998
++++ SEMI-CFG Fri Oct 15 02:04:23 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)
+@@ -25,6 +27,10 @@
+
+ (condition-case nil
+ (require 'install)
++ (error (error "Please install APEL 8.7 or later.")))
++
++(condition-case nil
++ (require 'emu)
+ (error (error "Please install APEL 8.7 or later.")))
+
+ (add-path "bitmap-mule")