1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Delete dependency on flim-mule.

These fixes were fogotten at the previous commit.

Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
This commit is contained in:
Shigeyuki Fukushima 2000-01-18 12:38:59 +00:00
parent e28c1fb465
commit 02da980fa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24816
4 changed files with 8 additions and 12 deletions

View File

@ -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)

View File

@ -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>

View File

@ -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)

View File

@ -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>