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