aboutsummaryrefslogtreecommitdiff
path: root/editors/bitmap-mule
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-mule
parente28c1fb465d111c6d35b93af5a6e97d9777910d1 (diff)
downloadports-02da980fa55a7136512b4048ed41dd0b43b94059.tar.gz
ports-02da980fa55a7136512b4048ed41dd0b43b94059.zip
Notes
Diffstat (limited to 'editors/bitmap-mule')
-rw-r--r--editors/bitmap-mule/files/patch-ab9
-rw-r--r--editors/bitmap-mule/pkg-descr1
2 files changed, 4 insertions, 6 deletions
diff --git a/editors/bitmap-mule/files/patch-ab b/editors/bitmap-mule/files/patch-ab
index 6fca06a63190..fce64bf35de0 100644
--- a/editors/bitmap-mule/files/patch-ab
+++ b/editors/bitmap-mule/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-mule/pkg-descr b/editors/bitmap-mule/pkg-descr
index 6da6996f8423..23cad8eeba41 100644
--- a/editors/bitmap-mule/pkg-descr
+++ b/editors/bitmap-mule/pkg-descr
@@ -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>