]> git.eshelyaron.com Git - emacs.git/commit
; * lisp/so-long.el: Backwards-compatibility fix for Emacs < 27
authorPhil Sainty <psainty@orcon.net.nz>
Thu, 9 Jan 2025 08:21:55 +0000 (21:21 +1300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 17:14:38 +0000 (18:14 +0100)
commit578eeb8b1037d6572cced64e9f5fb238a017ece2
tree8dde9fe5ac99f19671967fee7a63893ecdd1d2eb
parentcf0d8ecbfa072faad7d1a210a0e6d18263e23028
; * lisp/so-long.el: Backwards-compatibility fix for Emacs < 27

We support Emacs 24.4 and later (for ELPA releases), and ad-find-advice
only changed from a macro to a function in Emacs 27, so this change is
to restore compatibility with older versions where we do need the macro
definition loaded at byte-compilation time.

This effectively combines the related changes from:

- commit 986c12b20fa29c37f13563846fddf6edcd0b4945
- commit c221db0402031c23b983eea3a6bc129e5abb98f6

(cherry picked from commit 03a6d5a76331e814368f17a61718208242e44bee)
lisp/so-long.el