2
¿Cuál es el reemplazo correcto para flet en el nuevo emacsen?
Tengo un código que usa fletpara cambiar temporalmente el comportamiento de las funciones. ;; prevent changing the window (flet ((pop-to-buffer (buffer &rest args) (switch-to-buffer buffer))) (compilation-next-error-function n reset)) Sin embargo, el compilador de bytes de Emacs da una advertencia: In ag/next-error-function: ag.el:103:7:Warning: `flet' is an obsolete macro (as of 24.3); …
17
cl-lib