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 89ee2df commit f2b5d9fCopy full SHA for f2b5d9f
helm-core-pkg.el
@@ -1,6 +1,6 @@
1
;;; helm-core-pkg.el --- define helm-core for package.el
2
3
-(define-package "helm-core" "2.9.3"
+(define-package "helm-core" "2.9.4"
4
"Development files for Helm"
5
'((emacs "24.4")
6
(async "1.9.3"))
helm-pkg.el
@@ -1,11 +1,11 @@
;;; helm-pkg.el --- define helm for package.el
-(define-package "helm" "2.9.3"
+(define-package "helm" "2.9.4"
"Helm is an Emacs incremental and narrowing framework"
(async "1.9.3")
7
(popup "0.5.3")
8
- (helm-core "2.9.3"))
+ (helm-core "2.9.4"))
9
:url "https://emacs-helm.github.io/helm/")
10
11
;; Local Variables:
0 commit comments