From 3fa2530407b75588fe8486d00494fac36bbe084b Mon Sep 17 00:00:00 2001 From: Yuto SASAKI Date: Tue, 3 Jan 2023 21:14:58 +0900 Subject: [PATCH] Ensure ps not to be t Addressing this change: https://github.com/emacs-mirror/emacs/commit/bef1edc9cacb976120dff73b4d7bbdce6ade982b --- el-get-status.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el-get-status.el b/el-get-status.el index b0a254b4d..80c035bae 100644 --- a/el-get-status.el +++ b/el-get-status.el @@ -137,7 +137,7 @@ (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))) + (progn (make-directory el-get-dir t) nil))) (p-s (cond ((null ps) ;; nothing installed, we should install el-get