diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-11 06:19:16 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-11 06:19:16 +0000 |
commit | dc2b6c0250c6beda23a3bed9d8a39e0d19ac6b35 (patch) | |
tree | 4557f0097c75368337a32eef52db52f301744c7c /editors/bitmap-mule/files | |
parent | Update to 1.13.2. (diff) |
Update to 7.19.04.
Diffstat (limited to 'editors/bitmap-mule/files')
-rw-r--r-- | editors/bitmap-mule/files/patch-ab | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/editors/bitmap-mule/files/patch-ab b/editors/bitmap-mule/files/patch-ab index 91cf46b23852..6fca06a63190 100644 --- a/editors/bitmap-mule/files/patch-ab +++ b/editors/bitmap-mule/files/patch-ab @@ -1,23 +1,15 @@ ---- 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)) +--- BITMAP-CFG.orig Wed Jul 28 20:10:09 1999 ++++ BITMAP-CFG Sat Oct 9 20:43:07 1999 +@@ -20,6 +20,12 @@ + (add-to-list 'load-path (expand-file-name "flim" LISPDIR)) + )) --(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) ++ (progn ++ (require 'apel-setupel) ++ (require 'flim-setupel) ++ )) ++ + (if (boundp 'VERSION_SPECIFIC_LISPDIR) + (add-to-list 'load-path VERSION_SPECIFIC_LISPDIR)) |