projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8005f09
)
Require path-util; add load-path of APEL, MEL and SEMI.
author
morioka
<morioka>
Fri, 16 Jan 1998 23:44:29 +0000
(23:44 +0000)
committer
morioka
<morioka>
Fri, 16 Jan 1998 23:44:29 +0000
(23:44 +0000)
lisp/lpath.el
patch
|
blob
|
history
diff --git
a/lisp/lpath.el
b/lisp/lpath.el
index
288dc8a
..
7d92912
100644
(file)
--- a/
lisp/lpath.el
+++ b/
lisp/lpath.el
@@
-2,6
+2,12
@@
(defvar byte-compile-default-warnings)
+(or (featurep 'path-util)
+ (load "apel/path-util"))
+(add-path "apel")
+(add-path "mel")
+(add-path "semi")
+
(defun maybe-fbind (args)
(while args
(or (fboundp (car args))