1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/editors/flim-emacs/files/patch-aa
Shigeyuki Fukushima df3f1ee0a2 Fix flim-elisp compile problem.
Fix `@unexec rmdir' command in PLIST.
Pkg_delete does not return an error, even if there is other FLIM_COOKIEs
in the cookies directory.
1999-10-14 15:07:39 +00:00

20 lines
494 B
Plaintext

--- FLIM-CFG.orig Mon May 31 18:23:26 1999
+++ FLIM-CFG Thu Oct 14 23:56:32 1999
@@ -8,6 +8,8 @@
(add-to-list 'load-path
(expand-file-name "../../site-lisp/apel" data-directory))
+(add-to-list 'load-path
+ (expand-file-name "../site-lisp/emu" data-directory))
(if (boundp 'LISPDIR)
(progn
@@ -19,6 +21,7 @@
(if (boundp 'VERSION_SPECIFIC_LISPDIR)
(add-to-list 'load-path VERSION_SPECIFIC_LISPDIR))
+(require 'emu)
(require 'install)
(add-latest-path "custom")