projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d511ad4
)
Add load-path setting.
author
morioka
<morioka>
Tue, 4 Nov 1997 08:50:36 +0000
(08:50 +0000)
committer
morioka
<morioka>
Tue, 4 Nov 1997 08:50:36 +0000
(08:50 +0000)
APEL-CFG
patch
|
blob
|
history
diff --git
a/APEL-CFG
b/APEL-CFG
index
05edd35
..
dca4e05
100644
(file)
--- a/
APEL-CFG
+++ b/
APEL-CFG
@@
-1,8
+1,13
@@
;;; -*-Emacs-Lisp-*-
;;;
-;;; $Id: APEL-CFG,v 0.2 1997-05-31 16:36:50 morioka Exp $
+;;; $Id: APEL-CFG,v 0.3 1997-11-04 08:50:36 morioka Exp $
;;;
+(defvar default-load-path load-path)
+(setq load-path (cons (expand-file-name ".") load-path))
+(require 'install)
+
+
;;; @ Please specify prefix of install directory.
;;;