aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-06-19 16:31:07 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2025-06-19 16:31:07 +0200
commita09c8b6c37a4c60bfbf46e3c04fcd9fef636bb0c (patch)
treedcebda8114a4bba95a07f5eadd95dcba379ab08f
parent11aeb1c292ffaf6abbd374ce23a0a8f1dcfb9952 (diff)
parentcccd41f549fa88031a32deb26253b462021d7e12 (diff)
Merge branch 'main' into emacs-31
-rw-r--r--NEWS.org6
-rw-r--r--compat.el2
-rw-r--r--compat.texi6
3 files changed, 10 insertions, 4 deletions
diff --git a/NEWS.org b/NEWS.org
index fd34cdc..5ba233a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -20,6 +20,12 @@
- Drop support for Emacs 24.x. Emacs 25.1 is required now. In case
Emacs 24.x support is still needed, Compat 30 can be used.
+* Release of "Compat" Version 30.1.0.1
+
+- compat-28: Fix =named-let= tail recursion.
+
+(Release <2025-06-19 Thu>)
+
* Release of "Compat" Version 30.1.0.0
- compat-30: Add oklab color functions.
diff --git a/compat.el b/compat.el
index 1693871..77dde40 100644
--- a/compat.el
+++ b/compat.el
@@ -4,7 +4,7 @@
;; Author: Philip Kaludercic <philipk@posteo.net>, Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht>
-;; Version: 30.1.0.0
+;; Version: 30.1.0.1
;; URL: https://github.com/emacs-compat/compat
;; Package-Requires: ((emacs "25.1"))
;; Keywords: lisp, maint
diff --git a/compat.texi b/compat.texi
index ee4f07e..99c4d92 100644
--- a/compat.texi
+++ b/compat.texi
@@ -31,7 +31,7 @@ modify this GNU manual.”
@finalout
@titlepage
@title "Compat" Manual
-@subtitle For version 30.1.0.0
+@subtitle For version 30.1.0.1
@author Philip Kaludercic, Daniel Mendler
@page
@vskip 0pt plus 1filll
@@ -46,7 +46,7 @@ modify this GNU manual.”
This manual documents the usage of the "Compat" Emacs lisp library,
the forward-compatibility library for Emacs Lisp, corresponding to
-version 30.1.0.0.
+version 30.1.0.1.
@insertcopying
@end ifnottex
@@ -109,7 +109,7 @@ mirrors the version of Emacs releases. The current version of Compat
corresponds to the current Emacs release.
@example
-;; Package-Requires: ((emacs "25.1") (compat "30.1.0.0"))
+;; Package-Requires: ((emacs "25.1") (compat "30.1.0.1"))
@end example
There is no need to depend on @code{emacs 25.1} specifically. One can