Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 18, 2023
1 parent bd943c6 commit fe6b8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
* fix: Also expose `bin` folder for symlink package (#115)
* Resolve infinite recursion in `exec-path` setup (#118)
* feat: Add capability to search through path (#119)
* Support DSL `package-descriptor` (#124)

## 0.7.x
> Released Sep 08, 2022
Expand Down
2 changes: 1 addition & 1 deletion lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ This uses function `locate-dominating-file' to look up directory tree."
(eask-warn "Package-file seems to be missing `%s'" file))
(when-let
(((and (not eask-package-descriptor) ; prevent multiple definition error
(not eask-package-desc))) ; check if constructed
(not eask-package-desc))) ; check if constructed
(pkg-file (eask-pkg-el)))
(eask-f-package-descriptor pkg-file)
;; XXX: Make sure DSL package descriptor is set back to `nil'
Expand Down

0 comments on commit fe6b8a8

Please sign in to comment.