diff options
Diffstat (limited to 'editors/semi/files/patch-SEMI-CFG')
-rw-r--r-- | editors/semi/files/patch-SEMI-CFG | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/semi/files/patch-SEMI-CFG b/editors/semi/files/patch-SEMI-CFG new file mode 100644 index 000000000000..2c7aa48962d6 --- /dev/null +++ b/editors/semi/files/patch-SEMI-CFG @@ -0,0 +1,11 @@ +--- SEMI-CFG.orig Wed Sep 16 15:48:58 1998 ++++ SEMI-CFG Sun May 9 21:54:02 1999 +@@ -11,6 +11,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)) ++(add-to-list 'load-path + (expand-file-name "." data-directory)) + + (when (boundp 'LISPDIR) |