Use also ~/.ecl[.lsp] as initialization file

This commit is contained in:
jjgarcia 2003-06-27 10:22:59 +00:00
parent 474c37f933
commit fde3e12c66

View file

@ -32,9 +32,7 @@
(defvar // nil "The list of all values of the last-but-one top-level form.")
(defvar /// nil "The list of all values of the last-but-two top-level form.")
; Can't use ~ on Solaris 2:
;(defvar *lisp-init-file-list* '("./init" "~/.ecl"))
(defvar *lisp-init-file-list* '("./init")
(defvar *lisp-init-file-list* '("./init" "home:.ecl")
"List of files automatically loaded when ECL is invoked.")
(defvar *quit-tag* (cons nil nil))