diff options
author | shige <shige@FreeBSD.org> | 2000-05-13 03:32:49 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-05-13 03:32:49 +0800 |
commit | b30eef64e88ef13c51236463d912133339327bbd (patch) | |
tree | 9a8b42d03aa494c20f0ce44b36ed86d6a727038b /editors/bitmap-mule | |
parent | 16a6789f5db9e0d9ac0cf46894226ebbdd752108 (diff) | |
download | freebsd-ports-gnome-b30eef64e88ef13c51236463d912133339327bbd.tar.gz freebsd-ports-gnome-b30eef64e88ef13c51236463d912133339327bbd.tar.zst freebsd-ports-gnome-b30eef64e88ef13c51236463d912133339327bbd.zip |
Fix byte-compile error problem.
Diffstat (limited to 'editors/bitmap-mule')
-rw-r--r-- | editors/bitmap-mule/files/patch-ab | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/bitmap-mule/files/patch-ab b/editors/bitmap-mule/files/patch-ab index fce64bf35de0..3e8c3defc3e5 100644 --- a/editors/bitmap-mule/files/patch-ab +++ b/editors/bitmap-mule/files/patch-ab @@ -1,14 +1,14 @@ ---- 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)) - )) +--- BITMAP-CFG.orig Tue Apr 18 18:11:56 2000 ++++ BITMAP-CFG Sat May 13 04:23:13 2000 +@@ -6,6 +6,11 @@ + + (defvar default-load-path load-path) +(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path)) + (progn + (require 'apel-setupel) + )) + - (if (boundp 'VERSION_SPECIFIC_LISPDIR) - (add-to-list 'load-path VERSION_SPECIFIC_LISPDIR)) + (require 'poe);; Pickup `add-to-list' for old mule. + (add-to-list 'load-path |