Skip to content

Commit a68926f

Browse files
committed
fix: Revert some mistake changes
1 parent d7ca9f8 commit a68926f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lisp/_prepare.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,6 @@ This uses function `locate-dominating-file' to look up directory tree."
13281328
(defvar eask-depends-on-emacs nil)
13291329
(defvar eask-depends-on nil)
13301330
(defvar eask-depends-on-dev nil)
1331-
(defvar eask-depends-on nil)
13321331

13331332
(defmacro eask--save-eask-file-state (&rest body)
13341333
"Execute BODY without touching the Eask-file global variables."
@@ -1574,7 +1573,7 @@ ELPA)."
15741573
(unless (eask--check-depends-on recipe)
15751574
(push recipe eask-depends-on))
15761575
recipe))
1577-
;; Local packages
1576+
;; File packages
15781577
((memq :file args)
15791578
(let* ((recipe (append (list (intern pkg)) args)))
15801579
(unless (eask--check-depends-on recipe)

test/jest/install/Eask

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
(depends-on "emacs" "26.1")
2727
(depends-on "f")
2828
(depends-on "s")
29+
(depends-on "fringe-helper")
2930

3031
;; File install
3132
(depends-on "mini.pkg.2" :file "./mini.pkg.2")

0 commit comments

Comments
 (0)