diff --git a/el-get-status.el b/el-get-status.el index 408773798..8c7b8b99c 100644 --- a/el-get-status.el +++ b/el-get-status.el @@ -130,6 +130,7 @@ (defun el-get-read-status-file-force () "Forcefully load status file." + (message "--- hoge") (let* ((ps (if (file-exists-p el-get-status-file) (car (with-temp-buffer @@ -137,7 +138,8 @@ (read-from-string (buffer-string)))) ;; If it doesn't exist, make sure the directory is there ;; so we can create it. - (make-directory el-get-dir t))) + (make-directory el-get-dir t) + nil)) (p-s (cond ((null ps) ;; nothing installed, we should install el-get