diff options
Diffstat (limited to 'editors/semi-emacs-current/files/patch-ac')
-rw-r--r-- | editors/semi-emacs-current/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/semi-emacs-current/files/patch-ac b/editors/semi-emacs-current/files/patch-ac new file mode 100644 index 000000000000..2c7aa48962d6 --- /dev/null +++ b/editors/semi-emacs-current/files/patch-ac @@ -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) |