diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-18 12:38:59 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-18 12:38:59 +0000 |
commit | 02da980fa55a7136512b4048ed41dd0b43b94059 (patch) | |
tree | fd3de22a66599097beaf8097a03f9f5d039e0941 /editors/bitmap | |
parent | e28c1fb465d111c6d35b93af5a6e97d9777910d1 (diff) | |
download | ports-02da980fa55a7136512b4048ed41dd0b43b94059.tar.gz ports-02da980fa55a7136512b4048ed41dd0b43b94059.zip |
Notes
Diffstat (limited to 'editors/bitmap')
-rw-r--r-- | editors/bitmap/files/patch-ab | 9 | ||||
-rw-r--r-- | editors/bitmap/pkg-descr.mule | 1 |
2 files changed, 4 insertions, 6 deletions
diff --git a/editors/bitmap/files/patch-ab b/editors/bitmap/files/patch-ab index 6fca06a63190..fce64bf35de0 100644 --- a/editors/bitmap/files/patch-ab +++ b/editors/bitmap/files/patch-ab @@ -1,13 +1,12 @@ ---- 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)) +--- 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)) )) +(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path)) + (progn + (require 'apel-setupel) -+ (require 'flim-setupel) + )) + (if (boundp 'VERSION_SPECIFIC_LISPDIR) diff --git a/editors/bitmap/pkg-descr.mule b/editors/bitmap/pkg-descr.mule index 6da6996f8423..23cad8eeba41 100644 --- a/editors/bitmap/pkg-descr.mule +++ b/editors/bitmap/pkg-descr.mule @@ -17,7 +17,6 @@ Bitmap-mule, Package to use bitmap in MULE or Emacs/mule. To use bitmap-mule, put the following setup into your ~/.emacs: (require 'apel-setupel) - (require 'flim-setupel) (require 'bitmap-setupel) --- Porting by shige <shige@FreeBSD.org> |