From 53aba4bf028fa8ef152c65b9e8d7d024acc0ea4b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 26 Jul 1999 12:54:43 +0000 Subject: [PATCH] Load ./paths.el. --- lisp/dgnushack.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) -- 1.7.10.4