[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/evil df07a56637 1/8: evil-pkg.el: Remove file
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/evil df07a56637 1/8: evil-pkg.el: Remove file |
Date: |
Mon, 10 Jul 2023 20:29:49 -0400 (EDT) |
branch: scratch/evil
commit df07a566370349eb995f9556d1f33bceb4a13d4c
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 02299d9b1b..ed3918e244 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 5bd33e86f9..8b4a4a3cfc 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 8c8a6cd493), Stefan Monnier, 2023/07/10
- [nongnu] scratch/evil c160df1da2 6/8: Remove redundant `:group` args, Stefan Monnier, 2023/07/10
- [nongnu] scratch/evil afdf67455d 2/8: Better follow conventions for use of ' in docstrings, Stefan Monnier, 2023/07/10
- [nongnu] scratch/evil f4b6445f28 5/8: Use lexical-binding everywhere, Stefan Monnier, 2023/07/10
- [nongnu] scratch/evil 1f75d30ad6 3/8: Prefer #' to quote function names, Stefan Monnier, 2023/07/10
- [nongnu] scratch/evil df07a56637 1/8: evil-pkg.el: Remove file,
Stefan Monnier <=
- [nongnu] scratch/evil b0d70e09c0 7/8: Replace uses of `defadvice` with `advice-add`, Stefan Monnier, 2023/07/10
- [nongnu] scratch/evil a242846c1d 4/8: (evil-with-delay): New macro, extracted from `evil-delay`, Stefan Monnier, 2023/07/10
- [nongnu] scratch/evil 8c8a6cd493 8/8: Misc minor changes, Stefan Monnier, 2023/07/10