mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-19 02:10:10 +00: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