emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/exec-path-from-shell 787d2dbd8c 4/5: Fix placeholder in te


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell 787d2dbd8c 4/5: Fix placeholder in template
Date: Sat, 4 Nov 2023 07:01:06 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit 787d2dbd8cde0eb50ca08ef5e23cbcd23b98c16f
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Fix placeholder in template
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 93fd2abc3e..71384e7d13 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ INIT_PACKAGES="(progn \
   (require 'package) \
   (push '(\"melpa\" . \"https://melpa.org/packages/\";) package-archives) \
   (package-initialize) \
-  (dolist (pkg '(DEPS)) \
+  (dolist (pkg '(PACKAGES)) \
     (unless (package-installed-p pkg) \
       (unless (assoc pkg package-archive-contents) \
         (package-refresh-contents)) \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]