[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/evil b59be16833 1/8: evil-pkg.el: Remove file
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/evil b59be16833 1/8: evil-pkg.el: Remove file |
Date: |
Mon, 3 Jul 2023 11:39:11 -0400 (EDT) |
branch: scratch/evil
commit b59be16833d84d2620b1542fe643bcd9f36d0854
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
evil-pkg.el: Remove file
This file is auto-generated from headers in `evil.el` anyway.
* evil.el: Synchronize metadata with what was in `evil-pkg.el`.
* .gitignore: Add `evil-pkg.el`.
---
.gitignore | 3 ++-
evil-pkg.el | 7 -------
evil.el | 2 +-
3 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/.gitignore b/.gitignore
index a9b6f32c53..34991abef5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,8 @@
*.pg
*.tp
.depend
-evil-autoloads.el
+/evil-autoloads.el
+/evil-pkg.el
test-results.txt
typescript
diff --git a/evil-pkg.el b/evil-pkg.el
deleted file mode 100644
index 0ab78cb335..0000000000
--- a/evil-pkg.el
+++ /dev/null
@@ -1,7 +0,0 @@
-(define-package
- "evil"
- "1.15.0"
- "Extensible Vi layer for Emacs."
- '((emacs "24.1")
- (goto-chg "1.6")
- (cl-lib "0.5")))
diff --git a/evil.el b/evil.el
index dc13a828c0..00e7d7ce9c 100644
--- a/evil.el
+++ b/evil.el
@@ -1,4 +1,4 @@
-;;; evil.el --- extensible vi layer
+;;; evil.el --- Extensible Vi layer for Emacs
;; The following list of authors was kept up to date until the beginning of
;; 2017, when evil moved under new maintainers. For authors since then, please
- [nongnu] branch scratch/evil created (now ea1b21d658), Stefan Monnier, 2023/07/03
- [nongnu] scratch/evil b04145a776 7/8: Replace uses of `defadvice` with `advice-add`, Stefan Monnier, 2023/07/03
- [nongnu] scratch/evil 675faf080b 5/8: Use lexical-binding everywhere, Stefan Monnier, 2023/07/03
- [nongnu] scratch/evil 17c92495d8 4/8: (evil-with-delay): New macro, extracted from `evil-delay`, Stefan Monnier, 2023/07/03
- [nongnu] scratch/evil b59be16833 1/8: evil-pkg.el: Remove file,
Stefan Monnier <=
- [nongnu] scratch/evil 1ba1eb9b66 2/8: Better follow conventions for use of ' in docstrings, Stefan Monnier, 2023/07/03
- [nongnu] scratch/evil ea1b21d658 8/8: Misc minor changes, Stefan Monnier, 2023/07/03
- [nongnu] scratch/evil df957ddb68 3/8: Prefer #' to quote function names, Stefan Monnier, 2023/07/03
- [nongnu] scratch/evil f09062ee12 6/8: Remove redundant `:group` args, Stefan Monnier, 2023/07/03