mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 08:10:21 -08:00
* lisp/emacs-lisp/thunk.el (thunk-delay): Fix the macro.
This commit is contained in:
parent
6e2a4021d3
commit
61b63f460d
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@
|
|||
,forced
|
||||
(unless ,forced
|
||||
(setf ,val (progn ,@body))
|
||||
(setf ,forced t)))
|
||||
,val))))
|
||||
(setf ,forced t))
|
||||
,val)))))
|
||||
|
||||
(defun thunk-force (delayed)
|
||||
"Force the evaluation of DELAYED.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue