We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28919d2 commit d1d5113Copy full SHA for d1d5113
test/jest/install/Eask
@@ -32,7 +32,8 @@
32
(depends-on "mini.pkg.2" :file "./mini.pkg.2")
33
34
;; VC install
35
-(depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu")
+(when (version<= "29.1" emacs-version)
36
+ (depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu"))
37
38
;; Recipe install
39
(depends-on "watch-cursor"
0 commit comments