Should `flet` be replaced with `cl-flet` or `cl-letf` ?

后端 未结 4 1091
天命终不由人
天命终不由人 2021-01-07 21:20

Some elisp functions that I have installed generate warnings:

`flet\' is an obsolete macro (as of 24.3); use either `cl-flet\' or `cl-letf\'.
4条回答
  •  不知归路
    2021-01-07 22:01

    The cl-letf function can be used for dynamic binding of functions, as Artur describes in this blog entry.

提交回复
热议问题