]> code.delx.au - gnu-emacs-elpa/commitdiff
Update version of async.el to 1.6
authorJohn Wiegley <johnw@newartisans.com>
Wed, 6 Jan 2016 00:05:53 +0000 (00:05 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 6 Jan 2016 00:05:53 +0000 (00:05 +0000)
packages/async/async-pkg.el
packages/async/async.el

index 0268724c72295e2cce756cbd937b8f7fa4ed63b2..984fbf4529ec9203bccf87cbbf6b81f1639398e7 100644 (file)
@@ -1,12 +1,2 @@
-;;; async-pkg.el
-
-(define-package "async" "1.6"
-  "Asynchronous processing in Emacs"
-  '((emacs "24")
-    (cl-lib "0.5"))
-  :url "https://github.com/jwiegley/emacs-async")
-
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
+;; Generated package description from async.el
+(define-package "async" "1.6" "Asynchronous processing in Emacs" 'nil :url "http://elpa.gnu.org/packages/async.html" :keywords '("async"))
index 5b16cd565c60f9776cc828c1f53964ce8b18f91f..20a2f1701a93764d9ce87e3caa64331631a3b0a5 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: John Wiegley <jwiegley@gmail.com>
 ;; Created: 18 Jun 2012
-;; Version: 1.0
+;; Version: 1.6
 
 ;; Keywords: async
 ;; X-URL: https://github.com/jwiegley/emacs-async