File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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")
You can’t perform that action at this time.
0 commit comments