You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use if-let* / when-let* instead of the obsolete plain forms
`if-let' and `when-let' are obsolete as of Emacs 31.1, and the byte
compiler warns about all three uses here. Each binds a single value, so
the starred forms are a direct, behaviour-preserving replacement. Both
are available on the supported Emacs (27.1+) through subr-x.
0 commit comments