mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Seems these two macros were marked obsolete very recently on Emacs 31.1 in favor of (if|when)-let*. Since the change seems premature (judging from the mailing list discussion), and because I disagree with the change (and will redefine (if|when)-let if they actually go through with removing them), I simply silence the warnings altogether. They're not helpful for the end user and end up only spamming them with unactionable warnings. I'll wait until upstream figures it out before I make any decisions. Ref: https://lists.gnu.org/archive/html/emacs-devel/2024-10/msg00637.html