Revert "* lisp/subr.el (while-let): Use if-let, not if-let* (bug#60758)."
This reverts commit 083badc9c1
.
This commit is contained in:
parent
c8d5480972
commit
f16bd1ead4
1 changed files with 1 additions and 1 deletions
|
@ -2545,7 +2545,7 @@ The variable list SPEC is the same as in `if-let'."
|
|||
(let ((done (gensym "done")))
|
||||
`(catch ',done
|
||||
(while t
|
||||
(if-let ,spec
|
||||
(if-let* ,spec
|
||||
(progn
|
||||
,@body)
|
||||
(throw ',done nil))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue