Skip to content

Commit

Permalink
fix: Require Emacs version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 29, 2023
1 parent 074f2ce commit ec36ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,10 @@ Argument BODY are forms for execution."
(if (eask-strict-p)
(eask-error " - %sSkipping %s (%s)... it requires Emacs %s and above ✗"
eask--action-prefix
pkg (eask-package--version-string pkg) emacs-version)
pkg (eask-package--version-string pkg) req-emacs)
(eask-msg " - %sSkipping %s (%s)... it requires Emacs %s and above ✗"
eask--action-prefix
name version (ansi-yellow emacs-version)))))
name version (ansi-yellow req-emacs)))))
(t
(eask--pkg-process pkg
(eask-with-progress
Expand Down

0 comments on commit ec36ccd

Please sign in to comment.