diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-12 19:32:49 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-05-12 19:32:49 +0000 |
commit | d059c7e7177d397b4525d6b0854e05bc3e098d57 (patch) | |
tree | 8eb0a46517e72e91baf53e3ebd5182ce15e0ef1b /editors/bitmap | |
parent | a5649afcd8b02be498d14bccf26adde3351074c5 (diff) | |
download | ports-d059c7e7177d397b4525d6b0854e05bc3e098d57.tar.gz ports-d059c7e7177d397b4525d6b0854e05bc3e098d57.zip |
Notes
Diffstat (limited to 'editors/bitmap')
-rw-r--r-- | editors/bitmap/files/patch-ab | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/bitmap/files/patch-ab b/editors/bitmap/files/patch-ab index fce64bf35de0..3e8c3defc3e5 100644 --- a/editors/bitmap/files/patch-ab +++ b/editors/bitmap/files/patch-ab @@ -1,14 +1,14 @@ ---- BITMAP-CFG.orig Wed Nov 10 10:58:34 1999 -+++ BITMAP-CFG Tue Jan 18 21:34:01 2000 -@@ -16,6 +16,11 @@ - (add-to-list 'load-path (expand-file-name "apel" LISPDIR)) - )) +--- BITMAP-CFG.orig Tue Apr 18 18:11:56 2000 ++++ BITMAP-CFG Sat May 13 04:23:13 2000 +@@ -6,6 +6,11 @@ + + (defvar default-load-path load-path) +(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path)) + (progn + (require 'apel-setupel) + )) + - (if (boundp 'VERSION_SPECIFIC_LISPDIR) - (add-to-list 'load-path VERSION_SPECIFIC_LISPDIR)) + (require 'poe);; Pickup `add-to-list' for old mule. + (add-to-list 'load-path |