WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a09c8b6

Browse files
committed
Merge branch 'main' into emacs-31
2 parents 11aeb1c + cccd41f commit a09c8b6

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

NEWS.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
- Drop support for Emacs 24.x. Emacs 25.1 is required now. In case
2121
Emacs 24.x support is still needed, Compat 30 can be used.
2222

23+
* Release of "Compat" Version 30.1.0.1
24+
25+
- compat-28: Fix =named-let= tail recursion.
26+
27+
(Release <2025-06-19 Thu>)
28+
2329
* Release of "Compat" Version 30.1.0.0
2430

2531
- compat-30: Add oklab color functions.

compat.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Philip Kaludercic <[email protected]>, Daniel Mendler <[email protected]>
66
;; Maintainer: Compat Development <~pkal/[email protected]>
7-
;; Version: 30.1.0.0
7+
;; Version: 30.1.0.1
88
;; URL: https://github.com/emacs-compat/compat
99
;; Package-Requires: ((emacs "25.1"))
1010
;; Keywords: lisp, maint

compat.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ modify this GNU manual.”
3131
@finalout
3232
@titlepage
3333
@title "Compat" Manual
34-
@subtitle For version 30.1.0.0
34+
@subtitle For version 30.1.0.1
3535
@author Philip Kaludercic, Daniel Mendler
3636
@page
3737
@vskip 0pt plus 1filll
@@ -46,7 +46,7 @@ modify this GNU manual.”
4646

4747
This manual documents the usage of the "Compat" Emacs lisp library,
4848
the forward-compatibility library for Emacs Lisp, corresponding to
49-
version 30.1.0.0.
49+
version 30.1.0.1.
5050

5151
@insertcopying
5252
@end ifnottex
@@ -109,7 +109,7 @@ mirrors the version of Emacs releases. The current version of Compat
109109
corresponds to the current Emacs release.
110110

111111
@example
112-
;; Package-Requires: ((emacs "25.1") (compat "30.1.0.0"))
112+
;; Package-Requires: ((emacs "25.1") (compat "30.1.0.1"))
113113
@end example
114114

115115
There is no need to depend on @code{emacs 25.1} specifically. One can

0 commit comments

Comments
 (0)