]> git.eshelyaron.com Git - emacs.git/commit
; * lisp/so-long.el: Byte-compilation bug fix
authorPhil Sainty <psainty@orcon.net.nz>
Fri, 3 Jul 2020 13:43:08 +0000 (01:43 +1200)
committerPhil Sainty <psainty@orcon.net.nz>
Mon, 3 Aug 2020 13:44:53 +0000 (01:44 +1200)
commit986c12b20fa29c37f13563846fddf6edcd0b4945
tree3a0e2c5ec3dc93fce9cae5c9d3b3ff6542f8bf0e
parent19f8f36f11cf5ae62a7b92dc1496c72db4d377b3
; * lisp/so-long.el: Byte-compilation bug fix

As this `require' is not at the top-level (it is only conditionally
evaluated, when loading the library over the top of an earlier
version), we need `eval-and-compile' to ensure that both macros and
functions from advice.el are accounted for.
lisp/so-long.el