mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
23 lines
622 B
Plaintext
23 lines
622 B
Plaintext
--- 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
|
|
+ (expand-file-name "../site-lisp/emu" data-directory))
|
|
+(add-to-list 'load-path
|
|
(expand-file-name "." data-directory))
|
|
|
|
(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)
|