From: yamaoka Date: Mon, 26 Jul 1999 12:54:43 +0000 (+0000) Subject: Load ./paths.el. X-Git-Tag: et-gnus-6_11_08-02~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=53aba4bf028fa8ef152c65b9e8d7d024acc0ea4b;p=elisp%2Fgnus.git- Load ./paths.el. --- diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 556ee7d..b18cd04 100644 --- 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)