diff --git a/core/core-lib.el b/core/core-lib.el index 6ca4bab3b..0a23b3146 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -7,11 +7,12 @@ (eval-and-compile (unless EMACS26+ (with-no-warnings - ;; if-let and when-let are deprecated in Emacs 26+ in favor of their - ;; if-let* variants, so we alias them for 25 users. + ;; if-let and when-let were moved to (if|when)-let* in Emacs 26+ so we + ;; alias them for 25 users. (defalias 'if-let* #'if-let) (defalias 'when-let* #'when-let)))) + ;; ;; Helpers