summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2023-08-06 15:31:33 +0200
committerSteve Purcell <steve@sanityinc.com>2023-08-06 15:31:33 +0200
commit584d7a80264dee6fc67e0da4d5b0a7149e2b2b98 (patch)
tree0d4c0ed4af64b9bc71fe57c05a8f40af0c6f05db
parentbc1ccda5e9accefcafa42712a274197a4b465733 (diff)
Bump Emacs head version
-rw-r--r--package-lint-test.el2
-rw-r--r--package-lint.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lint-test.el b/package-lint-test.el
index abeb30b..e7944f5 100644
--- a/package-lint-test.el
+++ b/package-lint-test.el
@@ -269,7 +269,7 @@ headers and provide form."
(should
(equal
'((6 23 warning "This makes the package uninstallable in all released Emacs versions."))
- (package-lint-test--run ";; Package-Requires: ((emacs \"29\"))"))))
+ (package-lint-test--run ";; Package-Requires: ((emacs \"30\"))"))))
(ert-deftest package-lint-test-accept-emacs-24+-dep ()
(should (equal '() (package-lint-test--run ";; Package-Requires: ((emacs \"24\"))")))
diff --git a/package-lint.el b/package-lint.el
index deee8a0..f84c68d 100644
--- a/package-lint.el
+++ b/package-lint.el
@@ -86,7 +86,7 @@ The path can be absolute or relative to that of the linted file.")
"List of errors and warnings for the current buffer.
This is bound dynamically while the checks run.")
-(defconst package-lint-emacs-head-version '(29)
+(defconst package-lint-emacs-head-version '(30)
"Version of Emacs HEAD.")
(defconst package-lint-backport-libraries