]> git.eshelyaron.com Git - emacs.git/commit
Copy over upstream Compat macros to erc-compat
authorF. Jason Park <jp@neverwas.me>
Fri, 20 Jan 2023 04:52:47 +0000 (20:52 -0800)
committerF. Jason Park <jp@neverwas.me>
Sat, 8 Apr 2023 21:23:50 +0000 (14:23 -0700)
commit89815631f242076b3cf2fda370f6eca522299340
tree3c795f17eddabf8196ae551a27ddaee0cb6dd624
parente69bd59ec59784b2f646e93355d4d63f41426cfc
Copy over upstream Compat macros to erc-compat

* lisp/erc/erc-backend: (erc--get-isupport-entry): Replace call to
`erc-compat--with-memoization' with the built-in `with-memoization'.
* lisp/erc/erc-compat.el: (erc-compat-function, erc-compat-call): Add
new macros from Compat 29.1.2.0.
(erc-compat--with-memoization): Remove because it's now provided by
Compat.  (Bug#60954.)
lisp/erc/erc-backend.el
lisp/erc/erc-compat.el