projects
/
elisp
/
lemi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72b3922
)
Don't require `poe'.
author
tomo
<tomo>
Tue, 19 Dec 2000 04:43:11 +0000
(
04:43
+0000)
committer
tomo
<tomo>
Tue, 19 Dec 2000 04:43:11 +0000
(
04:43
+0000)
emacs-lisp/install.el
patch
|
blob
|
history
emacs-lisp/path-util.el
patch
|
blob
|
history
diff --git
a/emacs-lisp/install.el
b/emacs-lisp/install.el
index
2d9dd41
..
eb20781
100644
(file)
--- a/
emacs-lisp/install.el
+++ b/
emacs-lisp/install.el
@@
-25,7
+25,7
@@
;;; Code:
-(require 'poe) ; make-directory for v18
+;; (require 'poe) ; make-directory for v18
(require 'path-util) ; default-load-path
diff --git
a/emacs-lisp/path-util.el
b/emacs-lisp/path-util.el
index
d774642
..
385aecd
100644
(file)
--- a/
emacs-lisp/path-util.el
+++ b/
emacs-lisp/path-util.el
@@
-24,8
+24,6
@@
;;; Code:
-(require 'poe)
-
(defvar default-load-path load-path
"*Base of `load-path'.
It is used as default value of target path to search file or