1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/editors/flim-emacs/files/patch-aa

20 lines
494 B
Plaintext
Raw Normal View History

--- FLIM-CFG.orig Mon May 31 18:23:26 1999
+++ FLIM-CFG Thu Oct 14 23:56:32 1999
1999-05-09 16:19:28 +00:00
@@ -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")