Closed jmay closed 10 months ago
Thank you for working on this!
@TPKato Thanks for this. I applied your patch, but only the first hunk. The second hunk was causing the scheduled-weekly-test to fail due to the extra "SCHEDULED:" text. Perhaps this is necessary for #420 ? I don't want to merge these changes until they both pass independently.
Using fset has many negative effects (in particular, running ert-run-tests-interactively is a disaster), so I think it is better to use another method. I don't know if it's the best, but cl-letf seems safer. Applying the following patch (after your PR #422) will fix this problem and all tests should pass (tested on emacs version 29.1).