[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/emacs-async 84a6109: Remove $pkg.el
From: |
Thierry Volpiatto |
Subject: |
[elpa] externals/emacs-async 84a6109: Remove $pkg.el |
Date: |
Fri, 30 Apr 2021 07:29:13 -0400 (EDT) |
branch: externals/emacs-async
commit 84a61091074d20cd87bdbb92e7e83a03454f499e
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Remove $pkg.el
---
async-pkg.el | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/async-pkg.el b/async-pkg.el
deleted file mode 100644
index b277b17..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.4"
- "Asynchronous processing in Emacs"
- '((emacs "24.3"))
- :url "https://github.com/jwiegley/emacs-async"
- :keywords '("async"))
-
-;; Local Variables:
-;; no-byte-compile: t
-;; End: