]> git.eshelyaron.com Git - emacs.git/commit
Avoid unwind-protect without unwind forms in cl-letf
authorMattias Engdegård <mattiase@acm.org>
Wed, 29 Mar 2023 15:03:31 +0000 (17:03 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 29 Mar 2023 17:47:03 +0000 (19:47 +0200)
commite324060369f7b729ca66a45fd10f15e780f754ca
tree6c65d9998575c0ec8f240b43791bc26e6098577d
parent9c31ee468618c95959454736d939eb46bc52b19b
Avoid unwind-protect without unwind forms in cl-letf

* lisp/emacs-lisp/cl-macs.el (cl--letf): Use unwind-protect only if
necessary, avoiding a warning.
lisp/emacs-lisp/cl-macs.el