mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; * doc/misc/cl.texi (Modify Macros): Remove 'with-memoization' (bug#81381).
This commit is contained in:
parent
c6c8012d7a
commit
eac0aaf7a1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue