gnu-emacs-sources
[Top][All Lists]
Advanced

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

Re: elisp.m4


From: Stefan Monnier
Subject: Re: elisp.m4
Date: Thu, 12 Jan 2017 09:01:13 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> Yeah, i suppose that's workable.  EDB 1.32 (announcement pending
> net.unglitching) lames out, however, w/ this choice tidbit:

>  (unless (require 'cl-lib nil t)
>    ;; Add other ‘cl-lib’ time travellers here.
>    (defalias 'cl-loop 'loop)
>    (defalias 'cl-labels 'labels)
>    ;; The following are arguably sick and wrong.  So it goes.
>    (defalias 'cl-flet* 'labels)
>    (defalias 'cl-flet 'flet))
 
Why?


        Stefan




reply via email to

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