emacs-31 eac0aaf7a1b: ; * doc/misc/cl.texi (Modify Macros): Remove 'with-memoization' (bug#81381).
Eli Zaretskii <[email protected]> Sat, 18 Jul 2026 05:01:54 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit eac0aaf7a1bf7baab75ba6e0b195af2ab74e1cd5 Author: Eli Zaretskii <[email protected]> Commit: Eli Zaretskii <[email protected]> ; * doc/misc/cl.texi (Modify Macros): Remove 'with-memoization' (bug#81381). --- doc/misc/cl.texi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 86af253bdf1..b15b1b187a4 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -1245,12 +1245,6 @@ blocks for other macros like @code{cl-pushnew}. The @code{cl-letf} and @code{cl-letf*} macros are used in the processing of symbol macros; @pxref{Macro Bindings}. -@defmac with-memoization @var{place} @var{code}@dots{} -This macro provides a simple way to do memoization. @var{code} is -evaluated and then stashed in @var{place}. If @var{place}'s value is -non-@code{nil}, return that value instead of evaluating @var{code}. -@end defmac - @node Variable Bindings @section Variable Bindings