From 4fb07179ef061f6421d8f16d6deb06173bb216fc Mon Sep 17 00:00:00 2001 From: Takaaki ISHIKAWA Date: Mon, 17 Jun 2024 12:10:41 +0900 Subject: [PATCH] CP 3fa2530 --- el-get-status.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/el-get-status.el b/el-get-status.el index 37f009765..938ab8d58 100644 --- a/el-get-status.el +++ b/el-get-status.el @@ -137,8 +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) - nil)) + (progn (make-directory el-get-dir t) nil))) (p-s (cond ((null ps) ;; nothing installed, we should install el-get