branch: externals/async
commit 60118ce6879d1433eaeff186fe88e9fe3b9e334a
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
Get async-pkg.el out of the way
---
async-pkg.el | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/async-pkg.el b/async-pkg.el
deleted file mode 100644
index 989d39b..0000000
--- a/async-pkg.el
+++ /dev/null
@@ -1,10 +0,0 @@
-;;; async-pkg.el --- Generated package description from async.el
-(define-package "async" "1.9.3"
- "Asynchronous processing in Emacs"
- 'nil
- :url "https://github.com/jwiegley/emacs-async"
- :keywords '("async"))
-
-;; Local Variables:
-;; no-byte-compile: t
-;; End: