diff options
author | shige <shige@FreeBSD.org> | 1999-10-15 01:09:03 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-15 01:09:03 +0800 |
commit | e29512779542aff5276ca9245abdff7d6e15a719 (patch) | |
tree | 05c44c1e1283621f68cc5e1ff91bb7f5c114246c /editors | |
parent | b6394e970be5e76116c6b046b01e7e03cf471b20 (diff) | |
download | freebsd-ports-gnome-e29512779542aff5276ca9245abdff7d6e15a719.tar.gz freebsd-ports-gnome-e29512779542aff5276ca9245abdff7d6e15a719.tar.zst freebsd-ports-gnome-e29512779542aff5276ca9245abdff7d6e15a719.zip |
Fix semi-elisp compile problem.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/semi-emacs/files/patch-ac | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/editors/semi-emacs/files/patch-ac b/editors/semi-emacs/files/patch-ac index 2c7aa48962d6..e7ccd81e0d83 100644 --- a/editors/semi-emacs/files/patch-ac +++ b/editors/semi-emacs/files/patch-ac @@ -1,6 +1,6 @@ ---- SEMI-CFG.orig Wed Sep 16 15:48:58 1998 -+++ SEMI-CFG Sun May 9 21:54:02 1999 -@@ -11,6 +11,8 @@ +--- SEMI-CFG.orig Wed Oct 14 14:17:32 1998 ++++ SEMI-CFG Fri Oct 15 02:04:23 1999 +@@ -9,6 +9,8 @@ (add-to-list 'load-path (expand-file-name "../../site-lisp/apel" data-directory)) (add-to-list 'load-path @@ -8,4 +8,15 @@ +(add-to-list 'load-path (expand-file-name "." data-directory)) - (when (boundp 'LISPDIR) + (if (boundp 'LISPDIR) +@@ -25,6 +27,10 @@ + + (condition-case nil + (require 'install) ++ (error (error "Please install APEL 8.7 or later."))) ++ ++(condition-case nil ++ (require 'emu) + (error (error "Please install APEL 8.7 or later."))) + + (add-path "bitmap-mule") |