mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a0d6500075
Bitmap-mule has following modules: - bitmap.el: kernel of bitmap-mule - po.el: tiny BDF font editor - smiley-mule.el: smiley-mark encoder/decoder
24 lines
677 B
Plaintext
24 lines
677 B
Plaintext
--- BITMAP-CFG.orig Sun Dec 27 23:11:27 1998
|
|
+++ BITMAP-CFG Sun Dec 27 23:16:00 1998
|
|
@@ -16,11 +16,15 @@
|
|
(add-to-list 'load-path
|
|
(expand-file-name "../../site-lisp/apel" data-directory))
|
|
|
|
-(when (boundp 'LISPDIR)
|
|
- (add-to-list 'default-load-path LISPDIR)
|
|
- (add-to-list 'load-path LISPDIR)
|
|
- (add-to-list 'load-path (expand-file-name "apel" LISPDIR))
|
|
- )
|
|
+(if (boundp 'LISPDIR)
|
|
+ (progn
|
|
+ (add-to-list 'default-load-path LISPDIR)
|
|
+ (add-to-list 'load-path LISPDIR)
|
|
+ (add-to-list 'load-path (expand-file-name "apel" LISPDIR))
|
|
+ ))
|
|
+
|
|
+(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path))
|
|
+ (require 'apel-setupel))
|
|
|
|
(require 'install)
|
|
|