summaryrefslogtreecommitdiff
path: root/editors/bitmap
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-18 12:38:59 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-18 12:38:59 +0000
commit02da980fa55a7136512b4048ed41dd0b43b94059 (patch)
treefd3de22a66599097beaf8097a03f9f5d039e0941 /editors/bitmap
parentAdd 'ipv6' on CATEGORIES. (diff)
Delete dependency on flim-mule.
These fixes were fogotten at the previous commit. Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes
Notes: svn path=/head/; revision=24816
Diffstat (limited to 'editors/bitmap')
-rw-r--r--editors/bitmap/files/patch-ab9
-rw-r--r--editors/bitmap/pkg-descr.mule1
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>