emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: what happened to 'case' in emacs 28 ?


From: Jason Vas Dias
Subject: Re: what happened to 'case' in emacs 28 ?
Date: Sun, 19 Jun 2022 16:40:18 +0100

Ah, I see, now it is called 'cl-case' -
what what the rationale behing this change ?

On 19/06/2022, Jason Vas Dias <jason.vas.dias@gmail.com> wrote:
> Good day -
>
> I just started using emacs v28.1 today, having been
> stuck with v27.2 for a long time, and now my
> emacs-lisp scripts that used '(case V (va x) (vb y)...)'
> now fail with the error message:
>  "Symbol's function definition is void: case"
>  - why this ABI breaking change ?
>
> What was wrong with 'case' ?
>
> Now I have to write my own 'case' macro, I guess?
>
> All the best,
> Jason
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]