diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-09 16:54:11 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-09 16:54:11 +0000 |
commit | b72cb46db9e4503ec66806e963c685bd7ea6f0a7 (patch) | |
tree | 204f35f06db71cc12980292fc448b1ff56985122 /editors/semi114-emacs20/files/patch-ac | |
parent | b4059d0c6b380638615e7823ff18c82b66124552 (diff) |
New port: editors/semi-emacs-current.
Notes
Notes:
svn path=/head/; revision=18665
Diffstat (limited to 'editors/semi114-emacs20/files/patch-ac')
-rw-r--r-- | editors/semi114-emacs20/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/semi114-emacs20/files/patch-ac b/editors/semi114-emacs20/files/patch-ac new file mode 100644 index 000000000000..2c7aa48962d6 --- /dev/null +++ b/editors/semi114-emacs20/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) |