aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/bitmap-mule/files/patch-ab9
-rw-r--r--editors/bitmap-mule/pkg-descr1
-rw-r--r--editors/bitmap/files/patch-ab9
-rw-r--r--editors/bitmap/pkg-descr.mule1
4 files changed, 8 insertions, 12 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>
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>