Load ./paths.el.
authoryamaoka <yamaoka>
Mon, 26 Jul 1999 12:54:43 +0000 (12:54 +0000)
committeryamaoka <yamaoka>
Mon, 26 Jul 1999 12:54:43 +0000 (12:54 +0000)
lisp/dgnushack.el

index 556ee7d..b18cd04 100644 (file)
 
 (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)