Update (if|when)-let* alias comments
This commit is contained in:
parent
b5552eed39
commit
c56f802b4b
1 changed files with 3 additions and 2 deletions
|
@ -7,11 +7,12 @@
|
||||||
(eval-and-compile
|
(eval-and-compile
|
||||||
(unless EMACS26+
|
(unless EMACS26+
|
||||||
(with-no-warnings
|
(with-no-warnings
|
||||||
;; if-let and when-let are deprecated in Emacs 26+ in favor of their
|
;; if-let and when-let were moved to (if|when)-let* in Emacs 26+ so we
|
||||||
;; if-let* variants, so we alias them for 25 users.
|
;; alias them for 25 users.
|
||||||
(defalias 'if-let* #'if-let)
|
(defalias 'if-let* #'if-let)
|
||||||
(defalias 'when-let* #'when-let))))
|
(defalias 'when-let* #'when-let))))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Helpers
|
;; Helpers
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue