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:
2ed1519
)
Load ./paths.el.
author
yamaoka
<yamaoka>
Mon, 26 Jul 1999 12:54:43 +0000
(12:54 +0000)
committer
yamaoka
<yamaoka>
Mon, 26 Jul 1999 12:54:43 +0000
(12:54 +0000)
lisp/dgnushack.el
patch
|
blob
|
history
diff --git
a/lisp/dgnushack.el
b/lisp/dgnushack.el
index
556ee7d
..
b18cd04
100644
(file)
--- a/
lisp/dgnushack.el
+++ b/
lisp/dgnushack.el
@@
-50,10
+50,13
@@
(require 'cl)
(require 'bytecomp)
+
+;; Attempt to pickup the additional load-path(s).
+(load "./paths.el" nil nil t)
(condition-case err
- ;; Attempt to pickup the additional load-path(s).
- (load "~/.lpath.el" t)
+ (load "~/.lpath.el" t nil t)
(error (message "Error in \"~/.lpath.el\" file: %s" err)))
+
(push "." load-path)
(load "./lpath.el" nil t)